コード例 #1
0
ファイル: web_header.php プロジェクト: vyouzhis/phpdbi
 public function filter()
 {
     global $match, $router;
     include parent::view();
 }
コード例 #2
0
ファイル: web_foot.php プロジェクト: vyouzhis/phpdbi
 public function filter()
 {
     global $match;
     include_once parent::view();
 }
コード例 #3
0
ファイル: web_verify.php プロジェクト: vyouzhis/phpdbi
 /**
  * @name filter
  * @package 过滤输出
  * @see PPL/class/BaseModule::filter()
  */
 public function filter()
 {
     $file = parent::view();
     require_once $file;
 }