BMLT Basic Standalone Satellite
Classes | Variables
bmlt_basic.class.php File Reference

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
 

Detailed Description

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.

Variable Documentation

◆ else

if (!isset( $basic_bmlt_object) &&class_exists("bmlt_basic")) if ( $basic_bmlt_object) else
Initial value:
{
echo 'UNABLE TO INITIALIZE THE BMLT SUBSYSTEM'

Definition at line 451 of file bmlt_basic.class.php.