You are currently reading the 1.2 documentation. Switch to 2.2  2.1  2.0 

Database name format

The database name format can be changed the same as the index, sequence and table name format with the following code:

// bootstrap.php

// ...
$manager->setAttribute(Doctrine_Core::ATTR_DBNAME_FORMAT, 'myframework_%s');

Questions and Feedback

If you find a problem with the documentation or have a suggestion, please register and open a ticket.

If you need support or have a technical question, you can post to the user mailing-list.