4 defined(
'APPLICATION_PATH')
5 || define(
'APPLICATION_PATH', realpath(dirname(__FILE__) .
'/../application'));
8 defined(
'APPLICATION_ENV')
9 || define(
'APPLICATION_ENV', (getenv(
'APPLICATION_ENV') ? getenv(
'APPLICATION_ENV') :
'production'));
12 set_include_path(implode(PATH_SEPARATOR, array(
13 realpath(APPLICATION_PATH .
'/../library'),
14 realpath(APPLICATION_PATH .
'/../application/models'),
19 require_once
'Zend/Application.php';
31 require_once
'Hypertable/ThriftClient.php';
36 APPLICATION_PATH .
'/configs/application.ini'
44 require_once
'HypertableConnection.php';
$GLOBALS['THRIFT_ROOT']
Load Hypertable.