コード例 #1
0
ファイル: Doctrine.php プロジェクト: ksst/kf
 /**
  * Development / Helper Method for displaying loaded Models.
  */
 public static function debugLoadedClasses()
 {
     $em = self::getEntityManager();
     $config = $em->getConfiguration();
     #$config->addEntityNamespace('Core', $module_models_path); // = Core:Session
     #$config->addEntityNamespace('Module', $module_models_path); // = Module:News
     $classes_loaded = $config->getMetadataDriverImpl()->getAllClassNames();
     \Koch\Debug\Debug::printR($classes_loaded);
 }
コード例 #2
0
ファイル: TargetRoute.php プロジェクト: Clansuite/Clansuite
 public static function debug()
 {
     \Koch\Debug\Debug::printR(self::$parameters);
 }