From f162a046ac764f86f9df6fdf418095fc3347df17 Mon Sep 17 00:00:00 2001 From: jepso Date: Thu, 27 Sep 2007 21:54:21 +0000 Subject: [PATCH] Uncommented the lines that autoload Doctrine classes --- website/plugins/sfDoctrinePlugin/config/autoload.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/plugins/sfDoctrinePlugin/config/autoload.yml b/website/plugins/sfDoctrinePlugin/config/autoload.yml index 5b68c7f8e..0b9465c10 100644 --- a/website/plugins/sfDoctrinePlugin/config/autoload.yml +++ b/website/plugins/sfDoctrinePlugin/config/autoload.yml @@ -1,10 +1,10 @@ autoload: -# Doctrine: -# name: Doctrine classes -# ext: .php -# path: %SF_PLUGINS_DIR%/sfDoctrine/doctrine -# recursive: on + Doctrine: + name: Doctrine classes + ext: .php + path: %SF_PLUGINS_DIR%/sfDoctrine/doctrine + recursive: on doctrine_model_classes: name: Doctrine model classes ext: .class.php - path: %SF_LIB_DIR%/model/doctrine \ No newline at end of file + path: %SF_LIB_DIR%/model/doctrine