Anyone? On Apr 11, 2008, at 12:39 PM, James wrote:
> ok, so I am working on plugin #2 which is a simple picture gallery. > Nothing overly complicated. One of it's requirements will be the > installation of my first plugin. "sfJuploadPlugin". In > sfJuploadPlugin you can create a class to handle the upload. I > noticed today that in order to use your custome upload handler it > has to be in the lib directory of the plugin. The gallery plugin > will have it's own handler which I want to live in it's lib > directory. structure something like > > > plugins/ > sfJuploadPlugin/ > sfSimpleGalleryPlugin/ > /lib --------> > sfSimpleGalleryUploader.class.php > > When I tell the sfJuploadPlugin to use sfSimpleGalleryUploader as > the uploader it says it can't find the file, even though I thought > that it would. The same happens when I put it in the lib directory > of the project. What am I doing wrong that I don't have access to > class files in the lib of my app and other plugins from this plugin? > > Thanks, > James > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
