Exemplo n.º 1
0
<?php

require_once CLASS_EX_REALDIR . 'page_extends/admin/LC_Page_Admin_Ex.php';
$objPage = new LC_Page_Admin_Ex();
$objPage->init();
$objPage->sendResponse();
 function process()
 {
     parent::process();
     $this->action();
     parent::sendResponse();
 }