2008/10/7 Thomas Rabaix <[EMAIL PROTECTED]>:
>
> Ok,
>
> BaseClass* should be include on the top of the child one.
>
> I didn't spot that the first time I read the post.
>
> include_once 
> sfConfig::get('sf_plugins_dir').'/yourPluginPlugin/modules/yourPlugin/lib/baseyourPluginActions.class.php';

If this is indeed the case, why is Jonathan seeing this in his autoloader cache?

{{{
// plugins module lib
'ifdsContactForm/BaseifdsContactFormActions' =>
'/Users/jonathan/Sites/ifds.4/plugins/ifdsContactFormPlugin/modules/ifdsContactForm/lib/BaseifdsContactFormActions.class.php',
}}}

I've not had a chance to look at this myself, but.... It seems odd
that you might have to manually include the file when the autoloader
is finding the class, and putting it into the autoload cache, albeit
with a prefix on the key.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to