On Sat, Oct 11, 2008 at 02:02:06PM +0100, Andrew Rickmann wrote: > > Hi guys, > > I am running into a problem trying to extend the FormUI formcontrols > from a plugin file. I have a class that extends FormControl outside > the class in the plugin file but I am getting Class 'FormControl' not > found. > > I'm assuming it is a scoping issue of some kind but I don't know where > else to do this. Any ideas?
It's possible to use spl_autoload() to add another path that Habari will look in to load classes. I haven't done this myself, but I know there are others on the list that have. -- Michael C. Harris, School of CS&IT, RMIT University http://twofishcreative.com/michael/blog IRC: michaeltwofish #habari --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
