Exemplo n.º 1
0
 private function item()
 {
     if (is_numeric(app::getargs())) {
         $service = new \min\service\product();
         $service->item(app::getargs());
     }
 }
Exemplo n.º 2
0
 private function category()
 {
     if (is_numeric(app::getargs())) {
         $service = new \min\service\product();
         $service->category(app::getargs());
     }
 }