/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// is using for load other model from existing model $ci =& get_instance(); $ci->load->model('user'); $date_past = $ci->user->get_user_id();