Hello,

i want to use different prefixes for my application the standard app
use an different prefix as a plugin. let us call us "standard_" and
"plugin_" prefix. I realized that with a prefix definiton in my
databas.php like 'prefix' => 'standard_' in my plugin_app_model.php in
plugin folder i use var $tablePrefix = 'twiddern_'; to use other table
prefix for my plugin tables. that works. my problem is on definiton a
$belongsTo relationship. in a plugin model i want define a
relationship to a standard app model but the relationship wants to use
the table with plugin prefix. is it possible to define prefixes for
relationship usage?
greetings

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to