mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
removed duplicate baseConfig
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6468 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
61882940a4
commit
5c9c5dbb47
1 changed files with 1 additions and 13 deletions
|
@ -61,19 +61,7 @@ class DboOracle extends DboSource {
|
||||||
* @var boolean
|
* @var boolean
|
||||||
*/
|
*/
|
||||||
var $__transactionStarted = false;
|
var $__transactionStarted = false;
|
||||||
/**
|
|
||||||
* Base configuration settings for MySQL driver
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
var $_baseConfig = array(
|
|
||||||
'persistent' => true,
|
|
||||||
'host' => 'localhost',
|
|
||||||
'login' => 'sysdba',
|
|
||||||
'password' => '',
|
|
||||||
'database' => 'cake',
|
|
||||||
'connect' => 'ociplogon'
|
|
||||||
);
|
|
||||||
/**
|
/**
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue