Skip to content

xi-project/xi-doctrine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xi Doctrine

A set of utility classes for integration with Doctrine. This package is part of the Xi project.

If you want to use xi-doctrine, make it a submodule of your project and arrange for its library/ to be on your include path.

If you want to develop xi-doctrine, then clone it and install dependencies with Composer.

Build Status

Zend FirePHP logger

Using the Zend FirePHP logger requires

  • Zend Framework's Zend_Wildfire_Plugin_FirePhp component and all of it's dependencies.
  • Firebug FirePHP plugin (http://www.firephp.org)

After installing the dependencies using the Zend FirePHP logger is easy. Just set the Zend FirePHP logger as a Doctrine SQL logger.

<?php

use Xi\Doctrine\DBAL\Logging\ZendFirePhpLogger;

/** @var $config Doctrine\ORM\Configuration */
$config->setSQLLogger(new ZendFirePhpLogger());

Done! Your Firebug console should now log SQL queries ran by Doctrine.

About

A set of utility classes for integration with Doctrine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published