Ejemplo n.º 1
0
 public function getModel($className)
 {
     if ($this->_model == null) {
         $this->_model = parent::getModel($className);
     }
     return $this->_model;
 }