Go to file
2011-09-14 22:35:51 +02:00
Command Allowed PHP version under 5.3.6 (See: http://php.net/manual/fr/splfileinfo.getextension.php). Fixes #43 2011-09-12 18:59:44 +03:00
Controller Fixed LICENSE 2011-08-30 23:30:31 +02:00
DataCollector Fixed LICENSE 2011-08-30 23:30:31 +02:00
DataFixtures [DataFixtures] Tweaked the Yaml dumper inline level 2011-09-07 11:07:48 +02:00
DependencyInjection Fixed #42 (for real) 2011-09-12 00:36:26 +02:00
Form Merge pull request #34 from fabpot/propel-type-guesser 2011-09-14 13:26:10 -07:00
Logger fixed Logger when it is null 2011-09-14 09:58:28 +02:00
Resources Updated documentation 2011-09-14 22:35:51 +02:00
Security/User [Security] Added a ModelUserProvider. Fixes #35 2011-08-31 09:39:04 +02:00
Tests Added more unit tests 2011-09-12 00:57:51 +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 Updated documentation 2011-09-14 22:35:51 +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.

For documentation, see:

Resources/doc

For license, see:

Resources/meta/LICENSE