Exemplo n.º 1
0
 public function indexAction()
 {
     $this->view->setVar('product', Products::findFirst());
 }
Exemplo n.º 2
0
 public function indexAction()
 {
     $this->view->product = Products::findFirst();
 }