Go to file
2012-04-24 12:06:37 +02:00
Command Correct a typo in a comment in AbstractPropelCommand 2012-03-12 22:05:09 +01: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 backport f589d31 from master 2012-03-14 10:16:09 +01:00
DependencyInjection slaves should only be added as child of a master connection 2012-04-17 14:25:13 +02:00
Form Fixed CS 2011-12-05 18:42:24 +01: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 updated docs 2012-04-17 14:56:17 +02:00
Security/User fixed security user reloading when the user has been changed via a form with validation errors 2011-12-14 14:41:36 +01:00
Tests Avoid error when no slave database configuration are given + adding case in the test 2012-04-17 12:12:23 +02:00
Twig/Extension add more highlights to SyntaxExtension 2012-02-09 15:55:27 +01:00
Util [Util] Added a PropelInflector class 2011-09-02 15:44:00 +02:00
Validator/Constraints fix unqiue validator when checked column is the first of all class fields 2011-12-23 10:29:42 +01:00
vendor fix distributed testing environment 2012-01-12 17:42:34 +01:00
.gitignore Added missing SensioFrameworkExtraBundle to launch all unit tests. 2011-11-14 18:38:21 +01:00
.travis.yml travis-ci 2011-11-13 23:39:42 +01:00
composer.json Fixed composer 2012-04-24 12:06:37 +02:00
phpunit.xml.dist fix distributed testing environment 2012-01-12 17:42:34 +01:00
PropelBundle.php Fixed LICENSE 2011-08-30 23:30:31 +02:00
README.markdown add information on the branching model 2012-04-24 00:03:22 +02:00

PropelBundle

Build Status

This is the official implementation of Propel in Symfony2.

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 will contain Propel 1.6 integration for Symfony 2.0 (currently 2.0 branch).
  • The 1.1 branch will contain Propel 1.6 integration for Symfony 2.1 (currently master branch).
  • The 2.0 branch will contain Propel2 integration for Symfony 2.1. We are still considering to integrate Propel2 with Symfony 2.0. In case, we will do so, there will be a 2.1 and 2.0 branch integrating the respective Symfony version!

The 1.x branches are already available and you are encouraged to migrate your dependencies according to the listings!

  • If you depend on the master branch, switch to the 1.1 branch.
  • If you depend on the 2.0 branch, switch to the 1.0 branch.

We will keep all branches in sync until Propel2 will be released.

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.
  • 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/

Read the documentation

For license, see:

Resources/meta/LICENSE