Thanks for the help.I got the concept.I wish to throw an another query. Suppose I am developing a application and in the middle of development I want to add new field(s) in a table(s).Its need to require recreation of model classes.But what about the database.How I can manage it.If i will do again propel-insert-sql then( If i am right then )it will remove old DB.Which steps I should follow to update existing Database using syfony.(Or Its require to add manually new fields).
----JJ On 5/21/07, OphyTe <[EMAIL PROTECTED]> wrote: > > > Hi JJ, > > you can do "$ symfony propel-build-model" if you want have access to > the power of ORM with Symfony and after that, you follow the > indications of purcaholic (build-sql and then insert-sql) > Everything is detailed here > http://www.symfony-project.com/book/trunk/08-Inside-the-Model-Layer > > > > > -- Janak Jadeja ASPL http://www.aspl.in --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
