6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
// turns automatic table creation off
|
|
|
|
$manager->setAttribute(Doctrine::ATTR_CREATE_TABLES, false);
|
|
?>
|