Development

Changeset 11246

You must first sign up to be able to contribute.

Changeset 11246

Show
Ignore:
Timestamp:
08/30/08 00:07:51 (3 months ago)
Author:
Kris.Wallsmith
Message:

sfPropelPlugin [behavior]: Merged r11205 from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelPlugin/branches/behavior/config/config.php

    r10053 r11246  
    22 
    33set_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 
     5if (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}