1
0
mirror of synced 2025-01-20 15:31:40 +03:00
This commit is contained in:
zYne 2007-05-31 20:13:04 +00:00
parent bc1d7e0cd4
commit bf3b4d6e75

View File

@ -96,12 +96,7 @@ abstract class Doctrine_Configurable
} }
break; break;
case Doctrine::ATTR_ACCESSORS: case Doctrine::ATTR_ACCESSORS:
$accessors = array('none','get','set','both'); throw new Doctrine_Exception("Get / Set filtering is deprecated (slowed down Doctrine too much).");
// if ( ! in_array($value,$accessors)) {
// throw new Doctrine_Exception();
// }
break; break;
case Doctrine::ATTR_COLL_LIMIT: case Doctrine::ATTR_COLL_LIMIT:
if ($value < 1) { if ($value < 1) {