1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Fix typo in codeigniter coobkok entry

This commit is contained in:
Benjamin Eberlei 2011-01-31 22:46:41 +01:00
parent 721915d61b
commit 51bdd6499a

View File

@ -49,7 +49,7 @@ Customize it to your needs.
Doctrine\ORM\Configuration, Doctrine\ORM\Configuration,
Doctrine\ORM\EntityManager, Doctrine\ORM\EntityManager,
Doctrine\Common\Cache\ArrayCache, Doctrine\Common\Cache\ArrayCache,
Doctrine\DBAL\Logging\EchoSqlLogger; Doctrine\DBAL\Logging\EchoSQLLogger;
class Doctrine { class Doctrine {
@ -86,8 +86,8 @@ Customize it to your needs.
$config->setProxyNamespace('Proxies'); $config->setProxyNamespace('Proxies');
// Set up logger // Set up logger
$logger = new EchoSqlLogger; $logger = new EchoSQLLogger;
$config->setSqlLogger($logger); $config->setSQLLogger($logger);
$config->setAutoGenerateProxyClasses( TRUE ); $config->setAutoGenerateProxyClasses( TRUE );