/ Published in: PHP
Expand |
Embed | Plain Text
$ci =& get_instance(); $ci->load->model('Mymodel'); $ci->mymodel->mymethod();
You need to login to post a comment.
$ci =& get_instance(); $ci->load->model('Mymodel'); $ci->mymodel->mymethod();
You need to login to post a comment.