What do you mean by inheritance ? I mean inheriting from a cake core
class (ie : Appmodel etc ..) or one of your own class ?
If it's you own class, you need a require statement before your class
declaration, then it should not be a problem.

Sorry if I misunderstood the problem

On Nov 20, 5:57 pm, kgrimm <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using inheritance for my own models and controllers. On my local
> machine everything works fine.
>
> When installing in another environment (from SVN or a tar archive for
> example) I have the problem, that the model classes are not loaded in
> the same order, so it happens that a child class is loaded before its
> parent which leads to error messages. It seems they are loaded in
> alphabetical order, which is not the case locally.
>
> Does anybody have an idea for a clean solution without for example
> adding absolute paths in cake's code?
> Isn't it just usual to use inheritance for your own models? Why
> doesn't Cake check for it?
>
> I'm using Cake 1.1.8.3544
>
> Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
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