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