Tuesday, February 21, 2012

Re: Controller/View and Model it is not working

Your DocumentRoot should be the same directory where app is i.e.
C:/www/tamilpadamdev

This is the root of your application

Your controller file should be named:
actordesctbls_controller.php

Also, in app/config/core.php you should probably change (if you have
not already) from:
Configure::write('debug', 0);
TO
Configure::write('debug', 2);

This will give you some idea of what is going on with debug messages.

You should go to:
http://book.cakephp.org/1.3/en/view/912/Installation

and follow it very carefully.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: