8 lines
203 B
PHP
8 lines
203 B
PHP
|
<?php
|
||
|
/*
|
||
|
$connection->setCollate('utf8_unicode_ci');
|
||
|
$connection->setCharset('utf8');
|
||
|
*/
|
||
|
Doctrine::loadModels(realpath(dirname(__FILE__)).'/models/graydon');
|
||
|
$manager->setCurrentConnection('graydon');
|
||
|
?>
|