asimzaidi
Questions Asked
2 answers
The default views
I am new to cakephp and I used bake to make the views. I didnt use $scaffold in the controllers....
3 answers
Help with newbie question
Missing Method in UsersController
Error: The action index is not defined in controller...
Answers
0
Beginner of CakePHP: access the controller issue
I am a beginner too. But I just noticed simething in your item.php
class ItemsController extends AppController.....
should have been
class Item extends AppController ....
Cakephp chooses convention...
Comments
- Member since:
- January 31st, 2010
- Last active:
- 2010-02-08 14:18:09
- Questions asked:
- 2
- Answers:
- 1
- Correct Answers:
- 0
- Comments:
- 2
The default views
Thanks. But here is the bigger prob, I dont have default.ctp at cake/libs/view/layouts/ so how do I change the titles then. Thank you for your taking time to answer this!Help with newbie question
found the solution. Wasnt spelling out scaffold right. lol :)