Still some issues... Good Grief!
Well looking at the Form helper code, I have found that I had to hard
code the form definition in the view. No worries, it now calls /
echere/login like it is supposed to.
Now, after entering the username and password and clicking the login
button I gegtg the following:
Fatal error: Call to undefined method stdClass::validates() in C:\www
\app\controllers\echere_controller.php on line 33
The line referred to is:
if ( $this->User->validates() ) {
So, this code use to work when I used the Users controller, but now
with the new name it does not.
I have already included the EcHere controller code in my initial post
above.
Again, the concept is I would like to use the EcHere controller
instead of Users controller, and still use the Users table and model.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---