1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/website/plugins/sfDoctrinePlugin
2007-08-31 23:41:48 +00:00
..
addon Initial entry of website. 2007-08-31 23:41:48 +00:00
config Initial entry of website. 2007-08-31 23:41:48 +00:00
data Initial entry of website. 2007-08-31 23:41:48 +00:00
lib Initial entry of website. 2007-08-31 23:41:48 +00:00
test Initial entry of website. 2007-08-31 23:41:48 +00:00
LICENSE Initial entry of website. 2007-08-31 23:41:48 +00:00
package.xml Initial entry of website. 2007-08-31 23:41:48 +00:00
README Initial entry of website. 2007-08-31 23:41:48 +00:00

sfDoctrine symfony plugin
=========================

Overview
--------

The sfDoctrine plugin allows you to totally replace propel with doctrine (http://www.phpdoctrine.com/) which is a powerful and easy-to-use ORM.


Contents
--------

This plugin contains:
- necessary tools to use doctrine: the main tool is sfDoctrine::getTable() which will allow you to send queries
- pake tasks that convert between doctrine and propel schema formats and build doctrine model classes automatically
- an admin generator: to use it just specify sfDoctrineAdmin as the main class in your generator.yml config

You will find more information in the wiki page dedicated to sfDoctrine: http://www.symfony-project.com/trac/wiki/sfDoctrine.


License
-------

For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.