mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixed typo in documentation
This commit is contained in:
parent
21f35345fa
commit
574cee7510
1 changed files with 5 additions and 5 deletions
|
@ -28,11 +28,11 @@
|
||||||
* You can specify multiple configurations for production, development and testing.
|
* You can specify multiple configurations for production, development and testing.
|
||||||
*
|
*
|
||||||
* driver => The name of a supported driver; valid options are as follows:
|
* driver => The name of a supported driver; valid options are as follows:
|
||||||
* Datasabe/Mysql - MySQL 4 & 5,
|
* Database/Mysql - MySQL 4 & 5,
|
||||||
* Datasabe/Sqlite - SQLite (PHP5 only),
|
* Database/Sqlite - SQLite (PHP5 only),
|
||||||
* Datasabe/Postgres - PostgreSQL 7 and higher,
|
* Database/Postgres - PostgreSQL 7 and higher,
|
||||||
* Datasabe/Mssql - Microsoft SQL Server 2000 and higher,
|
* Database/Mssql - Microsoft SQL Server 2000 and higher,
|
||||||
* Datasabe/Oracle - Oracle 8 and higher
|
* Database/Oracle - Oracle 8 and higher
|
||||||
*
|
*
|
||||||
* You can add custom database drivers (or override existing drivers) by adding the
|
* 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',
|
* appropriate file to app/models/datasources/database. Drivers should be named 'MyDriver.php',
|
||||||
|
|
Loading…
Reference in a new issue