Jump to content
Larry Ullman's Book Forums

teutates

Members
  • Posts

    3
  • Joined

  • Last visited

teutates's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well maybe i wasnt clear enough it can happen. So the problem would be that the application can't find the model ( it does excists i used gii to create it before i started following the tutorial ) thanks for you time so far
  2. Well the reall problem is why it is looking for it. the model is named leraar. but the field is named leraarCode. as i grasp it. somehow the $model turned into a fieldname :/
  3. Hello, i'm a beginner at yii and i was hoping you could help me. i couldnt find a simmilair post so i sorry if i double post. i used : http://www.larryullman.com/2010/01/07/custom-authentication-using-the-yii-framework/ but i have a strange error. when i press the login button on my app. i get this error. include(leraarCode.php): failed to open stream: No such file or directory The strange thing is. the model is leraar. but i want leraarCode as username i followed every step. But somehow $model is appointed leraarCode instead of leraar :S And i cant find how it happend :/ http://pastebin.com/22pxH1TU (login.php) http://pastebin.com/vqf3Sxvq (useridentity.php) http://pastebin.com/TeqbUtyQ (loginform.php) http://pastebin.com/aPiLVh1p (sql for the model) Thanks for your time in advance. Greetings, Teutates
×
×
  • Create New...