Hey AD,
Can you elaborate on why there shouldn't be duplicate aliases? I'm
pretty sure I've done this many times without issues.
Cheers,
Adam
On Jan 11, 5:51 am, AD7six <[EMAIL PROTECTED]> wrote:
> 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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---