Hey, Is it possible to have something like this:
mycontroller = make_controller(someargument) In one of your controller files? Assuming of course that make_controller returns a function. I'm trying to get it to work but I'm getting an *Invalid Function *when I try to visit mycontroller. --

