setParameter('debugpdo.logging.details.slow.enabled', true); * $config->setParameter('debugpdo.logging.details.slow.threshold', 1.5); * $config->setParameter('debugpdo.logging.details.time.enabled', true); * * @author Francois Zaninotto * @author Cameron Brunner * @author Hans Lellelid * @author Christian Abegg * @author Jarno Rantanen * @since 2006-09-22 * @package propel.runtime.connection */ class DebugPDO extends PropelPDO { public $useDebug = true; }