action; $this->$action(); } private function doDefault() { $this->tpl = 'test'; $objProductIndex = new ProductIndex(); $productIndex = $objProductIndex->get(100000); $this->setOutput('test', '我是测试'); $this->setOutput('productIndex', $productIndex); } public function display() { $this->render(); } }