[EMAIL PROTECTED] írta:
> Why not instead use some code like this.
>
> function __construct( ) {
> if (!in_array('Category', $this->uses)) {
> $this->uses[] = 'Category';
> }
> parent::__construct();
> }
>
> I think the problem might be that the Category is getting double
> defined, or not defined before it is executed. This might solve your
> problem.
>
>
Is this working in php4?
--
Ámon Tamás
http://amon.hu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---