Màn hình Setting

Màn hình setting thêm sửa xóa B1: Tạo file PHP trong view VD: modules/Accounts/views/Settings.php Tạo function process sẽ gọi ra $viewe = $this->getViewer ($request); $viewer truyền biến sang tpl VD: $viewer->assign(‘value’,$var) $viewer sẽ trỏ về đường dẫn tpl VD:$viewer->view(‘DashBoardFunnelChart.tpl’, $moduleName) B2: Tạo file tpl theo đường dẫn trỏ ở trên . . . Read more