/** * Proxy for getModel. * @since 1.6 */ public function &getModel($name = 'Crearcategoriaarticulos', $prefix = 'SomosmaestrosModel', $config = array()) { $model = parent::getModel($name, $prefix, array('ignore_request' => true)); return $model; }
/** * Proxy for getModel. * @since 1.6 */ public function &getModel($name = 'Miperfils', $prefix = 'SomosmaestrosModel', $config = array()) { $model = parent::getModel($name, $prefix, array('ignore_request' => true)); return $model; }
/** * Proxy for getModel. * @since 1.6 */ public function &getModel($name = 'Listar_categorias_agendas', $prefix = 'SomosmaestrosModel', $config = array()) { $model = parent::getModel($name, $prefix, array('ignore_request' => true)); return $model; }