mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
Replacing vendor() function with App::import()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6900 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e42076b9c2
commit
3d251e4145
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
/**
|
||||
* Include AdoDB files.
|
||||
*/
|
||||
vendor ('adodb' . DS . 'adodb.inc');
|
||||
App::import('Vendor', 'NewADOConnection', array('file' => 'adodb' . DS . 'adodb.inc.php'));
|
||||
|
||||
/**
|
||||
* AdoDB DBO implementation.
|
||||
|
|
Loading…
Add table
Reference in a new issue