Your Ad Here

Posted By

shalomfriss on 09/23/11


Tagged

php model load codeigniter


Versions (?)

Load one model into another in CodeIgniter


 / Published in: PHP
 

  1. $ci =& get_instance();
  2. $ci->load->model('Mymodel');
  3. $ci->mymodel->mymethod();

Report this snippet  

You need to login to post a comment.