Hi symfonians,

I have released the 1.0.3 version of the sfDB4toPropelPlugin plugin some days 
ago,

--> http://www.symfony-project.org/plugins/sfDB4toPropelPlugin/1_0_3

It introduce a new interesting functionality that allows you "to merge plugin 
schemas". What does this mean ?

You have your DB4 schema and you can create "virtual tables" to make FK to 
plugins tables, for examples, in your schema
you want to make a FK to the PK to the sf_guard_user table. You just have to 
define this table as "external", to do this
just add the "external_tables" new option to the propel:db4-tp-propel task:


symfony propel:db4-to-propel frontend 
  --env=cli 
  --debug=1 
  --file_dir=/doc/database 
  --file=db4.xml 
  --output_dir=/config 
  --output=schema --package=lib.model..forums 
  --external_tables=sf_guard_user
++ COil 


PS: I will publish a little totorial on my blog soon. 



      
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to