#1 stalker
class top extends spController{
var $tpl_path;
public function __construct(){
$this -> tpl_path = '/tpl';
parent::__construct();
}
} class main extends top{
public function index(){
$this -> display('main_index.html');
}
}2011-04-15 10:31:05