Load Other Model from Model


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // is using for load other model from existing model
  2.  
  3. $ci =& get_instance();
  4. $ci->load->model('user');
  5. $date_past = $ci->user->get_user_id();

URL: http://cwicaksono.net

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.