0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Variables
index.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['THRIFT_ROOT'] ='Hypertable'
 Load Hypertable. More...
 
 $application
 

Variable Documentation

$application
Initial value:
= new Zend_Application(
APPLICATION_ENV,
APPLICATION_PATH . '/configs/application.ini'
)

Definition at line 34 of file index.php.

$GLOBALS['THRIFT_ROOT'] ='Hypertable'

Load Hypertable.

The THRIFT_ROOT specifies the directory with the Hypertable Thrift client. THRIFT_ROOT can be an absolute path or relative to any directory in your include path. In our case the client is in 'library/Hypertable', and 'library' is in the include path.

If you do not set THRIFT_ROOT then the client will follow a heuristic approach to find the libraries. It is recommended to set THRIFT_ROOT.

Definition at line 30 of file index.php.