[symfony-users] Re: Rebuilding Data Model

2009-02-23 Thread Sid Bachtiar

symfony propel-build-model to build your model classes
symfony propel-build-sql to rebuild the sql script
symfony propel-insert-sql to execute the sql script in the database
(warning: this will delete all the data in your database)

On Tue, Feb 24, 2009 at 9:40 AM, slinky66 tcasto...@comcast.net wrote:

 Hello,

 I just added a column to my table. What are the Symfony command
 linecommands that cause the data model to be updated?

 Thanks
 




-- 
Blue Horn Ltd - System Development
http://bluehorn.co.nz

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Rebuilding Data Model

2009-02-23 Thread zabbasi

php symfony cc
php symfony propel:build-model

You could just do php symfony propel:build-all-load --noconfirmation
instead of php symfony propel:build-model it will do the later and
much more.

You should check out the symfony documentation 
http://www.symfony-project.org/doc/1_2/

Zain


On Feb 24, 1:40 am, slinky66 tcasto...@comcast.net wrote:
 Hello,

 I just added a column to my table. What are the Symfony command
 linecommands that cause the data model to be updated?

 Thanks
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---