I've been trying this for a while but for some reason I cannot seem to be able to create a Resque_Job_Creator class that the Job class can autoload without editing the source of the library.
I want to use the autoloader (Composer) of the software I'm working on. Within the library i'm able to autoload the class perfectly, but not from Resque.
I've been trying this for a while but for some reason I cannot seem to be able to create a
Resque_Job_Creator
class that theJob
class can autoload without editing the source of the library. I want to use the autoloader (Composer) of the software I'm working on. Within the library i'm able to autoload the class perfectly, but not from Resque.