<?phpclass EmptyAction extends Action{ function _empty(){ $this->error('您访问的页面不存在!','__GROUP__/index.html'); } }
<?php
class EmptyAction extends Action{
function _empty(){
$this->error('您访问的页面不存在!','__GROUP__/index.html');
}