On Jan 10, 8:46 pm, francky06l <[EMAIL PROTECTED]> wrote:
> I have a model load with App::import and having no table. It does not
> generate any problem ...
> Actually I have never loaded a plugin.model, but I am doing
> plugin.helper, plugin.component without problem..
>

Check that you don't have duplicate aliases anywhere in your app

e.g.

class Category extends AppModel {
var $belongsTo = array('Parent' = .....

class Product extends AppModel {
var $belongsTo = array('Parent' = .....

If you do, make them unique (e.g. CParent, PParent)

hth,

AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to