I have a problem. I never before use the pages_controller, because
never need this.
But today i needed create the pages_controller, by first time, and
create the packages_controller too. The pages_controller set the
value to main page in the display function... and the
packages_controller will use the scaffold for make the packages CRUD.
So, when i create the packages_controller.php, and use it (in
localhost/project_name/packages), the cakephp returns that can't found
the packages_controller file and class, but he has created absolutely
correct! =((
I create the model too, but don't create the view because this piece
of application will use the scaffold. When i use just the
packages_controller, without use any other native controller, such as
the pages_controller, dont got errors.
I imagine that create the pages_controller.php affeted my application.
So, somebody can help me?
Sorry my bad english.
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
No comments:
Post a Comment