コード例 #1
0
ファイル: indexController.php プロジェクト: enkee/mvc20a
 public function __construct()
 {
     parent::__construct();
     $this->_estudiantes = $this->loadModel('index');
 }
コード例 #2
0
ファイル: registroController.php プロジェクト: enkee/mvc20a
 public function __construct()
 {
     parent::__construct();
     $this->_registro = $this->loadModel('registro');
 }