Changeset 11246
- Timestamp:
- 08/30/08 00:07:51 (3 months ago)
- Files:
-
- plugins/sfPropelPlugin/branches/behavior/config/config.php (modified) (1 diff)
- plugins/sfPropelPlugin/branches/behavior/lib/propel/debug (copied) (copied from plugins/sfPropelPlugin/trunk/lib/propel/debug)
- plugins/sfPropelPlugin/branches/behavior/lib/propel/debug/sfWebDebugPanelPropel.class.php (copied) (copied from plugins/sfPropelPlugin/trunk/lib/propel/debug/sfWebDebugPanelPropel.class.php)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelPlugin/branches/behavior/config/config.php
r10053 r11246 2 2 3 3 set_include_path(sfConfig::get('sf_root_dir').PATH_SEPARATOR.sfConfig::get('sf_symfony_lib_dir').PATH_SEPARATOR.realpath(dirname(__FILE__).'/../lib/vendor/').'/'.PATH_SEPARATOR.get_include_path()); 4 5 if (sfConfig::get('sf_web_debug')) 6 { 7 require_once dirname(__FILE__).'/../lib/propel/debug/sfWebDebugPanelPropel.class.php'; 8 9 $this->dispatcher->connect('debug.web.load_panels', array('sfWebDebugPanelPropel', 'listenToAddPanelEvent')); 10 }