This is a class that implements a BMLT Satellite/Client server. More...
Go to the source code of this file.
Data Structures | |
| class | BMLT_Satellite |
| This is the implementation of a standalone BMLT satellite server. More... | |
This is a class that implements a BMLT Satellite/Client server.
This is a "SINGLETON" pattern class, which means that it allows only one instance of the class to be in existence, and all references to the class go to that instance.
It handles communications with the root server, and outputs the appropriate XHTML through a couple of simple functions.
Definition in file BMLT_Satellite.class.php.
1.7.1