示例#1
0
 public function other($arg = false)
 {
     require 'models/helpModel.php';
     $model = new HelpModel();
     $this->view->blah = $model->blah();
 }