Propel 1.6 - Configuration Example?

爱⌒轻易说出口 提交于 2019-12-06 21:25:30

You need to actually run the generator on it like:

$ cd /path/to/project
$ propel-gen convert-conf

This will then parse the XML and convert it to the php array. This is all described in the Runtime Connection Settings section of the docs. You probably need to read the entire Build Time section though if you havent already.

I wrote a HOWTO on getting started some while ago - perhaps that might be useful?

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!