ok
Direktori : /home2/selectio/www/geniusgroove.in/crm/api/application/core/ |
Current File : /home2/selectio/www/geniusgroove.in/crm/api/application/core/MY_Controller.php |
<?php if (!defined('BASEPATH')) { exit('No direct script access allowed'); } class MY_Controller extends CI_Controller { public function __construct() { parent::__construct(); } } class Admin_Controller extends MY_Controller { protected $aaaa = false; public function __construct() { parent::__construct(); $this->load->model(array('paymentsetting_model', 'setting_model', 'studentfeemaster_model', 'student_model', 'feegrouptype_model', 'customfield_model')); } }