1
0
mirror of synced 2024-12-13 22:56:04 +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\EntityManager,
Doctrine\Common\Cache\ArrayCache,
Doctrine\DBAL\Logging\EchoSqlLogger;
Doctrine\DBAL\Logging\EchoSQLLogger;
class Doctrine {
@ -86,8 +86,8 @@ Customize it to your needs.
$config->setProxyNamespace('Proxies');
// Set up logger
$logger = new EchoSqlLogger;
$config->setSqlLogger($logger);
$logger = new EchoSQLLogger;
$config->setSQLLogger($logger);
$config->setAutoGenerateProxyClasses( TRUE );