Changeset 939 for trunk/engine/classes/Engine.class.php
- Timestamp:
- 06/06/10 18:09:21 (2 years ago)
- Files:
-
- 1 modified
-
trunk/engine/classes/Engine.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/engine/classes/Engine.class.php
r938 r939 431 431 $oConnect=Engine::getInstance()->Database_GetConnect(); 432 432 } 433 $sClass=self::getInstance()->Plugin_GetDelegate('mapper',$sClass); 433 434 return new $sClass($oConnect); 434 435 } … … 583 584 $sPlugin=$aMatch[1]; 584 585 $sInheritClass=$aMatch[2]; 585 $sParentClass=Engine::getInstance()->Plugin_GetParentInherit($sInheritClass); 586 $sParentClass=Engine::getInstance()->Plugin_GetParentInherit($sInheritClass); 586 587 class_alias($sParentClass,$sClassName); 587 588 }
