/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$ci =& get_instance(); $ci->load->model('Mymodel'); $ci->mymodel->mymethod();
Comments
