<?php

require_once realpath(dirname(__FILE__)) . '/../../require.php';
require_once CLASS_EX_REALDIR . 'page_extends/au/LC_Page_Au_Index_Ex.php';
$objPage = new LC_Page_Au_Index_Ex();
$objPage->skip_load_page_layout = true;
$objPage->init();
$objPage->doContBillResult(null);
Example #2
0
<?php

require_once realpath(dirname(__FILE__)) . '/../require.php';
require_once CLASS_EX_REALDIR . 'page_extends/au/LC_Page_Au_Index_Ex.php';
$objPage = new LC_Page_Au_Index_Ex();
$objPage->init();
$objPage->process();