How to use two database in propel

2019-09-07 04:51发布

问题:

I have been integrating propel application,I just wanted to use two databases. But I don't know how to define in schema and build.properties files.can any one let me know what should I do to have multiple database

回答1:

Just write two schema with different database names and configure a runtime-conf.xml file. See: http://www.propelorm.org/documentation/02-buildtime.html



标签: php propel