BMLT Basic Standalone Satellite
|
This is a standalone implementation of a BMLT satellite client. *. More...
Go to the source code of this file.
Classes | |
class | bmlt_basic |
Variables | |
const | ROOTPATH __DIR__ |
if(!isset($basic_bmlt_object) &&class_exists("bmlt_basic")) if($basic_bmlt_object) | else |
This is a standalone implementation of a BMLT satellite client. *.
In order to use this class, you need to take this entire directory and its contents, * and place it at the same level of the file that you wish to use as your implementation. * The "index.php" file in the repository is an example of this. It is important that the * implementation file be one level above this file (or at the same level as the * "bmlt-basic" directory). *
Definition in file bmlt_basic.class.php.
if (!isset( $basic_bmlt_object) &&class_exists("bmlt_basic")) if ( $basic_bmlt_object) else |
Definition at line 451 of file bmlt_basic.class.php.