Go to file
Peter Potrowl c4359c39b6 Fix regression: allow using custom methods. (#440)
We used to be able to use our own methods to generate the `$choiceLabel`, instead of just the columns of the object. Now, Propel complains about the column not existing in the object.
2017-01-09 12:28:54 +01:00
Command Removed unnecessary catched exceptions in commands (#421) 2016-05-27 15:07:47 +02:00
Controller Make PropelBundle available for Symfony 3.X 2016-02-15 18:01:47 +01:00
DataCollector introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
DataFixtures Fix model_paths 2016-02-13 18:10:46 +01:00
DependencyInjection Added additional options 2016-10-13 18:24:05 +02:00
Form Fix regression: allow using custom methods. (#440) 2017-01-09 12:28:54 +01:00
Logger introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Model/Acl introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Request/ParamConverter fixed cs 2016-04-13 19:10:01 +02:00
Resources Initial commit for new sf3 form creation 2016-02-17 18:57:00 +01:00
Security introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Service introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Tests Fixed yaml dumper test with newer versions 2016-04-13 19:01:57 +02:00
Twig/Extension introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Util introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
Validator/Constraints fixed addViolationAt method (#412) 2016-04-17 14:34:35 +02:00
.gitignore initialize Propel2 support 2013-06-09 00:19:30 +02:00
.travis.yml Merge pull request #428 from Big-Shark/patch-9 2016-10-13 18:12:34 +02:00
composer.json require propel dev-master (#439) 2016-11-18 14:09:00 +01:00
phpunit.xml.dist initialize Propel2 support 2013-06-09 00:19:30 +02:00
PropelBundle.php introduce "Bundle" namespace part 2016-02-11 19:31:44 +01:00
README.markdown Added info about versions 2016-11-24 23:16:17 +01:00

PropelBundle

Build Status

This is the official implementation of Propel in Symfony.

Branching model

As Propel2 will be released in the near future, we are migrating the branching model of this bundle in advance!

  • The 1.0 branch contains Propel 1.6 integration for Symfony 2.0 (currently 2.0 branch).
  • The 1.1 branch contains Propel 1.6 integration for Symfony 2.1 (currently 2.1 branch).
  • The 1.2 branch contains Propel 1.6 integration for Symfony 2.2 (currently master branch).
  • The 2.0 branch contains Propel2 integration for Symfony 2.5-2.8.
  • The 3.0 branch contains Propel2 integration for Symfony 2.8-3.x.

Features

  • 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;
  • Propel Migrations;
  • Reverse engineering from existing database;
  • Integration to the Symfony 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.

Read the documentation

For license, see:

Resources/meta/LICENSE