On Mar 3, 7:59 am, "Mariano Iglesias" <[EMAIL PROTECTED]> wrote: > I'm wondering what are we expecting from a CakePHP eclipse plugin? > > I mean you can easily create a new File New wizard by hooking plugin up to > the org.eclipse.ui.newWizards extension point and then implementing the > INewWizard interface to create for example wizards for: > > - New Controller (and the wizard could ask you to specify models it should > use, helpers etc., name your controller and create the appropriate file name > with its contents) > > - New Model (following above guidelines) > > - New Component (following above guidelines) > > But other than that what do you have in mind?
Creating the application skeleton (including creating database.php and setting the correct paths in app/webroot/index.php) -- Daniel Hofstetter http://cakebaker.42dh.com --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
