Problem loading up model |
[eluser]Amitabh Roy[/eluser]
Try, Code: $this->load->model('register', '', TRUE); make sure you model file name is in lowercase, which should be in this case register.php located at application/models/register.php Also noted you are missing the constructor in your controller. Code: function __construct() http://ellislab.com/codeigniter/user-gui...odels.html |
Messages In This Thread |
Problem loading up model - by El Forum - 07-09-2011, 01:57 AM
Problem loading up model - by El Forum - 07-09-2011, 02:20 AM
Problem loading up model - by El Forum - 07-09-2011, 04:45 PM
Problem loading up model - by El Forum - 07-10-2011, 04:30 PM
Problem loading up model - by El Forum - 07-10-2011, 11:09 PM
Problem loading up model - by El Forum - 07-12-2011, 08:36 PM
|