Exemplo n.º 1
0
 function action_Item()
 {
     PermissionHelper::Verification('Editor');
     $model = CatalogueHelper::PopulateCatalogueViewModelList(CatalogueService::GetAll());
     $this->view->generate('/Catalog/item_view.php', 'template_view.php', $model);
 }
Exemplo n.º 2
0
 function action_SelectCatalog()
 {
     PermissionHelper::Verification('Editor');
     $model = CatalogueService::GetAll();
     $this->view->generate('/Product/SelectCatalog_view.php', 'template_view.php', $model);
 }