Configuration - Setting attributes - Table creation.php 127 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6
<code type="php">
// turns automatic table creation off

$manager->setAttribute(Doctrine::ATTR_CREATE_TABLES, false);
</code>