One minor niggle-ette for me: I hate how form helpers $form->create() doesn't default to the current actions (it defaults to add). I always end up having to type:
<?echo $form->create("User", array("action"=>$this->action)) ?> oh, and another: $html->css() defaults to inline, it should default to putting it in the $script_for_layout. As it doesn't, you have to type: $html->css("my_css", null, array(), false); (same with the $javascript helper too) --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---