Hey Phil, actually, the Doctrine build task has been revamped in Symfony 1.3 (take a look at the first alpha).
What you want to do is: ./symfony doctrine:build --all-classes That command does not touch the database and builds the model, forms and filters. What I don't think it does is build the sql. Cheers, Daniel On 2009-09-30, at 30/September, 5:48 PM, Phil Moorhouse wrote: > > Hi, would it be possible for a new task to be added to Symfony which > is basically an alias of all the stuff build-all does but without the > drop/create of the db? Is build-model + build-forms + build-filters + > build-sql a complete list? > > This would be useful when you have existing data in your test db (i.e. > a dump from live) that you don't want to replicate / substitute with > fixtures. Some developers / DBAs prefer to manage the changes to the > table structure manually. > > Ta, > > Phil Moorhouse > (lazymanc on #symfony / #symfony-off) > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
