You can try the one I've been working on. Its strictly experimental, but its been working for me for a few weeks now. Here's what it can do thus far:
Model baking - model name guessing based on DB - validation criteria based on DB - associations auto detect and setup Controller baking - basic controller scaffolding methods - help on setting up $uses, $helpers, and $components View baking - scaffolded views using Html Helper (still needs a little finesse with HABTM views) Its working with trunk right now, so check out a copy of this script and stick it in your /cake/scripts directory and run it from the base of your cake install. $ php cake/scripts/Bake_new.php And the interactive menu will take you from there. If you have any bugs, *please* let me know about them asap, as I'd like to get this working really soon. Please also realize that it's still in heavy development and may change quite a bit. https://trac.cakephp.org/browser/whiteboard/sandbox/john/bake/cake/ scripts/Bake_new.php -- John _psychic_ On Apr 18, 2006, at 12:20 PM, ofir wrote: > > I've tried WebBaker and rdBaker but they only create the structure of > the views and the controller with the scaffold variable and add dummy > vars called title and body, this is almost useless compared to what > Rails' "generate scaffold" provides. > I wish I could contribute to this, is there any work in progress? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
