So I have a setup of the Zend Framework 2 skeleton, and I want to add a class that I have made, file.class.php , and I want to use it in an action controller.
- Where should this file go?
- Can I set an autoload? I don't want to use require_once in my action