-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Using Propel as Model
World Wide Web Server edited this page Jul 4, 2012
·
16 revisions
Category:Libraries Category:Libraries::Database Category:Libraries::Model
Hi out there. I saw, that nobody has ever tried to use the propel framework for generating a model.
I will try integration the propel framework in the next days, and will keep you up to date.
For all of you, who are interested in diggin into the propel framework can check out the website of them. The framework has been integrated already in other MVC-Frameworks like symfony, and deals very well with realtionships.
URL to the Propel-Framework: [url]http://propel.phpdb.org/trac/[/url]
[b]Installation[/b]
[b]Describing the model in XML[/b]
[b]Generating the model[/b]
[b]Runtime settings[/b]
[b]Using the generated model with CodeIgniter[/b]