Re: not following naming conventions

2010-11-02 Thread grandioso
It still doesn't show me the error message I set up in the model :( I only get the fail message I specified in the controller. And in addition, it doesn't show the already-posted data, just the clear form which suck really hard. Check out the new CakePHP Questions site http://cakeqs.org and help

not following naming conventions

2010-11-01 Thread grandioso
I've encountered a problem. I've created my model, controller and view for my DB table not following the naming convention. I've successfully set the model to use the table, but when I create a form in the view, it is given the wrong action parameter. So how do I set which controller should

Re: not following naming conventions

2010-11-01 Thread grandioso
Is there a way to also set which model should validate the data input by the form ? It seems like it doesn't recognize my model. 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

current page info

2010-10-30 Thread grandioso
I feel really stupid for asking this, but I'm just noob baker, so... How do I add a selected class to a menu item that points to the current page and how do I create a title for the current page ? I created a default layout, and all the pages. Then I created the routes in 'app/config/routes.php'