diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-04-28 13:42:41 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-04-28 13:42:41 +0200 |
| commit | 2d4bddcbf7b816f86db6f308a4d11bc9787c1f99 (patch) | |
| tree | cb19c5a13d6fcf87c8a9a3eb5dbba4920ca1969f /protected/config/console.php | |
| parent | c98745edd2c7b2f48bc3493c4dd9a061376c4720 (diff) | |
- Veranstaltungen CRUD Basisimplementierung
- Extension "CJuiDateTimePicker" hinzugefügt
- Modul "AuditTrail" hinzugefügt
Diffstat (limited to 'protected/config/console.php')
| -rw-r--r-- | protected/config/console.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/protected/config/console.php b/protected/config/console.php index 15c9353..2df2b24 100644 --- a/protected/config/console.php +++ b/protected/config/console.php @@ -7,18 +7,16 @@ return array( 'name'=>'My Console Application', // application components 'components'=>array( - 'db'=>array( + /*'db'=>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', ), - */ ), );
\ No newline at end of file |
