summaryrefslogtreecommitdiff
path: root/protected/config
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-15 18:37:40 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-15 18:37:40 +0200
commitfeb2fe055435e7ecdc657cacee2aaf7dc339dbc9 (patch)
tree77fa07572ae7a5a2b6e808c97b9adc7f035059b3 /protected/config
parentba20ededac6fd68d281603e8c9273f5134d21a4c (diff)
Irgendwas in der art von posts
Diffstat (limited to 'protected/config')
-rw-r--r--protected/config/main.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/protected/config/main.php b/protected/config/main.php
index 7207120..32a7021 100644
--- a/protected/config/main.php
+++ b/protected/config/main.php
@@ -16,6 +16,7 @@ return array(
'import'=>array(
'application.models.*',
'application.components.*',
+ 'application.extensions.ddeditor.*',
),
'modules'=>array(
@@ -51,15 +52,16 @@ return array(
'connectionString' => 'sqlite:'.dirname(__FILE__).'/../data/testdrive.db',
),
// uncomment the following to use a MySQL database
- /*
+
'db'=>array(
- 'connectionString' => 'mysql:host=localhost;dbname=testdrive',
+ 'connectionString' => 'mysql:host=localhost;dbname=astaf',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
+ 'tablePrefix' => 'tbl_'
),
- */
+
'errorHandler'=>array(
// use 'site/error' action to display errors
'errorAction'=>'site/error',