CakePHP is … cake
I’m getting tired of writing the same code over, and over again. I decided to try . It’s a framework that “rips-off” Ruby on Rails, which I haven’t had time to dig into either. I finally set down and went through the blog screencast, even fixing the “error” when you edit a post it creates a new post and leaves the old one, guess they were in a hurry. All in all I like it and plan to start using it in a couple of projects in the future. BTW, if you try it out in the future, he leaves out the following code in edit.thtml:
echo $html->hidden('Post/id',array('size' => 10));
This gives the controller the $id to UPDATE rather than INSERT.