示例#1
0
 public function indexAction()
 {
     //Set Layout
     $this->view->header_title = "Văn Bằng - Managed";
     $this->view->list_content = \HaiQuan\Backend\Models\CtgVanbang::find(array("vb_status" => "1"));
 }