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
-~----------~----~----~----~------~----~------~--~---
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow francky06l
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow francky06l
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow francky06l
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow francky06l
- Re: PHP has encountered a Stack overflow AD7six
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow Adam Royle
- Re: PHP has encountered a Stack overflow AD7six
- Re: PHP has encountered a Stack overflow [EMAIL PROTECTED]
- Re: PHP has encountered a Stack overflow lordG
- Re: PHP has encountered a Stack overflow AD7six
- Re: PHP has encountered a Stack overflow PJ Hile
- Re: PHP has encountered a Stack overflow patcoll
