mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating doc comments in database.default.php for Ticket #1038
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3144 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b242f56655
commit
24208cd803
1 changed files with 3 additions and 3 deletions
|
@ -42,15 +42,15 @@
|
||||||
* connect =>
|
* connect =>
|
||||||
* MySQL set the connect to either mysql_pconnect of mysql_connect
|
* MySQL set the connect to either mysql_pconnect of mysql_connect
|
||||||
* PostgreSQL set the connect to either pg_pconnect of pg_connect
|
* PostgreSQL set the connect to either pg_pconnect of pg_connect
|
||||||
* SQLite set the connect to sqlite_popen sqlite_open
|
* SQLite set the connect to sqlite_popen or sqlite_open
|
||||||
|
* MSSQL set the connect to mssql_connect or mssql_pconnect
|
||||||
* ADOdb set the connect to one of these
|
* ADOdb set the connect to one of these
|
||||||
* (http://phplens.com/adodb/supported.databases.html) and
|
* (http://phplens.com/adodb/supported.databases.html) and
|
||||||
* append it '|p' for persistent connection. (mssql|p for example, or just mssql for not persistent)
|
* append it '|p' for persistent connection. (mssql|p for example, or just mssql for not persistent)
|
||||||
*
|
*
|
||||||
* host =>
|
* host =>
|
||||||
* the host you connect to the database
|
* the host you connect to the database
|
||||||
* MySQL 'localhost' to add a port number use 'localhost:port#'
|
* To add a port number use 'port' => #
|
||||||
* PostgreSQL 'localhost' to add a port number use 'localhost port=5432'
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class DATABASE_CONFIG
|
class DATABASE_CONFIG
|
||||||
|
|
Loading…
Reference in a new issue