Skip to content

Commit

Permalink
Fixed typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mamchenkov committed May 16, 2011
1 parent 21f3534 commit 574cee7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/Config/database.php.default
Expand Up @@ -28,11 +28,11 @@
* You can specify multiple configurations for production, development and testing.
*
* driver => The name of a supported driver; valid options are as follows:
* Datasabe/Mysql - MySQL 4 & 5,
* Datasabe/Sqlite - SQLite (PHP5 only),
* Datasabe/Postgres - PostgreSQL 7 and higher,
* Datasabe/Mssql - Microsoft SQL Server 2000 and higher,
* Datasabe/Oracle - Oracle 8 and higher
* Database/Mysql - MySQL 4 & 5,
* Database/Sqlite - SQLite (PHP5 only),
* Database/Postgres - PostgreSQL 7 and higher,
* Database/Mssql - Microsoft SQL Server 2000 and higher,
* Database/Oracle - Oracle 8 and higher
*
* You can add custom database drivers (or override existing drivers) by adding the
* appropriate file to app/models/datasources/database. Drivers should be named 'MyDriver.php',
Expand Down

0 comments on commit 574cee7

Please sign in to comment.