From a9745933ed390e76c257c48323705a8d985fa333 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Tue, 23 Aug 2011 23:47:24 +0300 Subject: [PATCH] Edited README.markdown via GitHub --- README.markdown | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 0b43d1c..3c279d6 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ Propel Bundle ============= -This is a (work in progress) implementation of Propel in Symfony2. +This is the implementation of Propel in Symfony2. Currently supports: @@ -12,18 +12,20 @@ Currently supports: * Migrations [Propel 1.6](http://www.propelorm.org/wiki/Documentation/1.6/Migrations). * Reverse engineering from [existing database](http://www.propelorm.org/wiki/Documentation/1.6/Existing-Database). * Integration to the Symfony2 Profiler. - * Load XML fixtures. + * Load SQL and XML fixtures. + * Create/Drop databases. + * Dump data into XML and SQL. Installation ------------ * Clone this bundle in the `vendor/bundles/Propel` directory: - > git submodule add https://github.com/willdurand/PropelBundle.git vendor/bundles/Propel/PropelBundle + > git submodule add https://github.com/propelorm/PropelBundle.git vendor/bundles/Propel/PropelBundle * Checkout Propel and Phing in the `vendor` directory: - > svn checkout http://svn.propelorm.org/branches/1.6 vendor/propel + > svn checkout http://svn.github.com/propelorm/Propel.git vendor/propel > svn checkout http://phing.mirror.svn.symfony-project.com/tags/2.3.3 vendor/phing @@ -31,7 +33,7 @@ Installation > git submodule add https://github.com/Xosofox/phing vendor/phing - > git submodule add https://github.com/Xosofox/propel1.6 vendor/propel + > git submodule add https://github.com/propelorm/Propel.git vendor/propel * Register this bundle in the `AppKernel` class: @@ -83,7 +85,7 @@ propel: driver: mysql user: root password: null - dsn: mysql:host=localhost;dbname=test + dsn: mysql:host=localhost;dbname=test;charset=UTF8 options: {} attributes: {} # default_connection: default