1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-06-25 10:16:54 +00:00
parent e1fbae22a4
commit 14488476fc

View File

@ -62,6 +62,8 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
* used when emulating these actions * used when emulating these actions
*/ */
protected $_integrityActions = array(); protected $_integrityActions = array();
protected static $_driverMap = array('oci' => 'oracle');
/** /**
* constructor * constructor
* *