as about my question regarding table prefix I meant I did setup this.
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/sql-table-prefixes.html
but in entity files the prefix is hard-coded like:
$metadata->setPrimaryTable(array(
   'name' => 'prefix_clients',
I meant I have to just remove the prefix from that line like this:
   'name' => 'prefix_clients',
and doctrine will handle to find the appropriate table?
I am asking this because I want to allow users to set a prefix in
config.php when installing the product.

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to