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:
joelmoss 2008-05-16 08:41:39 +00:00
parent e42076b9c2
commit 3d251e4145

View file

@ -31,7 +31,7 @@
/** /**
* Include AdoDB files. * Include AdoDB files.
*/ */
vendor ('adodb' . DS . 'adodb.inc'); App::import('Vendor', 'NewADOConnection', array('file' => 'adodb' . DS . 'adodb.inc.php'));
/** /**
* AdoDB DBO implementation. * AdoDB DBO implementation.