2017 © Pedro Peláez
 

library doctrine

A set of utility classes for integration with Doctrine.

image

xi/doctrine

A set of utility classes for integration with Doctrine.

  • Wednesday, May 8, 2013
  • by xi-project
  • Repository
  • 3 Watchers
  • 6 Stars
  • 3,981 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Xi Doctrine

A set of utility classes for integration with Doctrine. This package is part of the Xi project., (*1)

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., (*2)

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

Build Status, (*4)

Zend FirePHP logger

Using the Zend FirePHP logger requires, (*5)

  • 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., (*6)

<?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., (*7)

The Versions

08/05 2013

dev-master

9999999-dev

A set of utility classes for integration with Doctrine.

  Sources   Download

The Requires

 

The Development Requires

by Avatar xi-project

doctrine

29/01 2013

0.3

0.3.0.0

A set of utility classes for integration with Doctrine.

  Sources   Download

The Requires

 

by Avatar xi-project

doctrine