Welcome Guest, Not a member yet? Register   Sign In
methods and fields not recognized
#2

[eluser]InsiteFX[/eluser]
For one you cannot extend any of the database stuff.

Code:
class User extends ActiveRecord\Model // <- this is totaly wrong.

if(User::validate_password($password) && $user)

$user = User::find_by_username($username); // this method doe's not exist in the model

//field session not found in class Ci_Controller
Did you load the session library?

I think you need to re-think your code.


Messages In This Thread
methods and fields not recognized - by El Forum - 07-09-2012, 01:50 PM
methods and fields not recognized - by El Forum - 07-09-2012, 03:25 PM
methods and fields not recognized - by El Forum - 07-09-2012, 03:35 PM
methods and fields not recognized - by El Forum - 07-10-2012, 12:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB