<?phpdefine('DIR', dirname(__FILE__));include_once(DIR.'/core/Base.php');class Pads extends Base { protected function act_index() { $this->_al = true; }} Loader::init(__FILE__);