#1206: Table name format and I18n plugin
-----------------------------------+--------------------------------------- -
Reporter: paladinm | Owner: jwage
Type: defect | Status: new
Priority: minor | Milestone: 0.11.1
Component: I18n | Version: 0.11
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+--------------------------------------- -
I use ATTR_TBLNAME_FORMAT:
{{{
Doctrine_Manager::getInstance()->setAttribute(
Doctrine::ATTR_TBLNAME_FORMAT, 'wms_%s');
User:
actAs:
I18n:
fields: [name]
columns:
name:
...
}}}
it create tables: '''wms_user''' and '''user_translate''', but i need
'''wms_user_translate'''
--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1206>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper