Docs
Getting Started
Configuration
Apps
CODE
On this page
bx_import('BxDolPage');
$oPage = BxDolPage::getObjectInstance('sample'); // 'sample' is 'object' field from 'sys_objects_page' table, it automatically creates instance of default or custom class by object name
if ($oPage)
echo $oPage->getCode(); // print pageOn this page
Auto