/ Published in: PHP
Expand |
Embed | Plain Text
// is using for load other model from existing model $ci =& get_instance(); $ci->load->model('user'); $date_past = $ci->user->get_user_id();
You need to login to post a comment.
// is using for load other model from existing model $ci =& get_instance(); $ci->load->model('user'); $date_past = $ci->user->get_user_id();
You need to login to post a comment.