Welcome Guest, Not a member yet? Register   Sign In
Constructor Help
#6

[eluser]joakley77[/eluser]
Have you already checked to make sure you named the model correctly? I've been known to forget to correctly name the model controller before.

IE
[code]
<?php
// application/models/user_model.php
class User_model extends CI_Model {
// constructor/methods/etc
}
?>


Messages In This Thread
Constructor Help - by El Forum - 03-10-2011, 08:57 AM
Constructor Help - by El Forum - 03-10-2011, 11:49 AM
Constructor Help - by El Forum - 03-10-2011, 01:27 PM
Constructor Help - by El Forum - 03-10-2011, 01:37 PM
Constructor Help - by El Forum - 03-10-2011, 01:40 PM
Constructor Help - by El Forum - 03-10-2011, 02:22 PM
Constructor Help - by El Forum - 03-10-2011, 02:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB