Ejemplo n.º 1
0
 public function getModel()
 {
     $Model = new Product_Model();
     return $Model->findItem(array('Id = ' . $this->Model));
 }