Go to file
William DURAND 084223ed0d Merge pull request #59 from hhamon/improve_exceptions
[PropelBundle] [DependencyInjection] improved exception messages when the
2011-10-09 10:51:25 -07:00
Command [command] Minor fix 2011-09-25 12:15:28 +02:00
Controller Fixed LICENSE 2011-08-30 23:30:31 +02:00
DataCollector Removed default connection name (useless information) 2011-09-26 11:59:41 +02:00
DataFixtures [DataFixtures] Tweaked the Yaml dumper inline level 2011-09-07 11:07:48 +02:00
DependencyInjection [PropelBundle] [DependencyInjection] improved exception messages when the bundle is loaded and the Propel configuration is not yet defined in the configuration. 2011-10-09 19:49:08 +02:00
Form Merge pull request #55 from nibsirahsieu/m2m 2011-09-28 15:38:13 -07:00
Logger fixed Logger when it is null 2011-09-14 09:58:28 +02:00
Request/ParamConverter [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
Resources [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
Security/User Fixed typo thanks to drjones69 2011-10-09 20:22:22 +03:00
Tests [PropelParamConverter] add exclude option for Pk and fields, with tests and docs 2011-10-07 12:14:28 +02:00
Twig/Extension Fixed LICENSE 2011-08-30 23:30:31 +02:00
Util [Util] Added a PropelInflector class 2011-09-02 15:44:00 +02:00
phpunit.xml.dist Improved unit tests 2011-03-25 23:45:10 +01:00
PropelBundle.php Fixed LICENSE 2011-08-30 23:30:31 +02:00
README.markdown Fixed doc 2011-09-23 12:06:40 +02:00

PropelBundle

This is the official implementation of Propel in Symfony2.

Currently supports:

  • Generation of model classes based on an XML schema (not YAML) placed under BundleName/Resources/*schema.xml.
  • Insertion of SQL statements.
  • Runtime autoloading of Propel and generated classes.
  • Propel runtime initialization through the XML configuration.
  • Migrations Propel 1.6.
  • Reverse engineering from existing database.
  • Integration to the Symfony2 Profiler.
  • Load SQL, YAML and XML fixtures.
  • Create/Drop databases.
  • Integration with the Form component.
  • Integration with the Security component.
  • Propel ParamConverter can be used with Sensio Framework Extra Bundle.

For documentation, see:

Resources/doc/

For license, see:

Resources/meta/LICENSE