function __construct() { // Construct our parent class parent::__construct(); $this->load->model(array('doctorBooking_model')); // $this->load->model(array('doctors_model'));/ }
function __construct() { // Construct our parent class parent::__construct(); $this->load->helper('common_helper'); //$this->load->model(array('doctors_model')); }
function __construct() { // Construct our parent class parent::__construct(); $this->load->helper('common_helper'); $this->load->model('diagonsticCenter_models'); }
function __construct() { parent::__construct(); $this->load->library(array('ion_auth_api', 'form_validation')); $this->load->helper(array('url', 'language', 'common', 'string')); $this->bf_form_validation->set_error_delimiters($this->config->item('error_start_delimiter', 'auth_conf_api'), $this->config->item('error_end_delimiter', 'auth_conf_api')); $this->lang->load('auth_api'); }
function __construct() { // Construct our parent class parent::__construct(); // echo "HI "; // exit(); $this->load->model(array('HealthTip_model')); }
function __construct() { // Construct our parent class parent::__construct(); //$this->methods['hospital_post']['limit'] = 1; //500 requests per hour per user/key // $this->methods['user_post']['limit'] = 100; //100 requests per hour per user/key // $this->methods['user_delete']['limit'] = 50; //50 requests per hour per user/key }
function __construct() { // Construct our parent class parent::__construct(); $this->load->model(array('reviews_model')); dump($_POST); exit; }
function __construct() { // Construct our parent class parent::__construct(); $this->methods['bloodCat_post']['limit'] = 1; //500 requests per hour per user/key $this->methods['bloodDetails_post']['limit'] = 1; //500 requests per hour per user/key }
function __construct() { // Construct our parent class parent::__construct(); $this->load->model('hospitalDiagonsticType_model'); }
function __construct() { parent::__construct(); }
function __construct() { // Construct our parent class parent::__construct(); $this->load->model(array('favorite_model')); }
function __construct() { parent::__construct(); $this->load->model(array('diagonsticHealthPkg_model')); }
function __construct() { // Construct our parent class parent::__construct(); $this->load->model(array('pharmacy_model')); }
function __construct() { // Construct our parent class parent::__construct(); }
function __construct() { parent::__construct(); $this->load->model(array('hospitalAndDiagonstic_model')); }
function __construct() { parent::__construct(); $this->load->model(array('hospitalDocCounsultaion_model')); $this->load->helper('common_helper'); }
function __construct() { parent::__construct(); $this->load->model(array('rate_model')); }
function __construct() { // Construct our parent class parent::__construct(); $this->load->model(array('healthpkgBooking_model')); }
function __construct() { parent::__construct(); $this->load->model(array('specialityApi_model')); }
function __construct() { // Construct our parent class parent::__construct(); $this->load->helper('common_helper'); }
function __construct() { // Construct our parent class parent::__construct(); $this->load->model(array('hospital_model')); }
function __construct() { parent::__construct(); $this->load->model(array('healthpkg_model')); }
function __construct() { parent::__construct(); $this->load->model(array('diagonSticDocCounsultaion_model')); }
function __construct() { // Ye nayan bhare bhare.. parent::__construct(); }