Question

Im totally new to cakephp and done some beginners tutorial and I see this line of code:

$this->User->find('all');

My question is this, where did 'User' come from since Ive never declared it on the program and I did not return an error but when I change the name of that, a bunch o errors happen.

Anyone pls help.

Was it helpful?

Solution

Go through the model documentation here http://book.cakephp.org/1.3/en/The-Manual/Developing-with-CakePHP/Models.html . User is Model class in app/model folder.If you didnot created that ,cakephp will do it itself by default

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top