Ejemplo n.º 1
0
 public function indexAction()
 {
     //Set Layout
     $tuvan_model = new \HaiQuan\Backend\Models\CtgTuVan();
     $tuvan = $tuvan_model->selectAllBy("ch_status = 2 ");
     $this->view->list_user = $tuvan->toArray();
     $this->assets->collection("inline")->addJs($this->config['GAME_URL'] . 'public/js/admin/view/tuvan.js');
     $this->view->header_title = "Tư Vấn Hải Quan ";
 }