Zend Framework 2 without MVC
- by Luke
I'm currently using Zend Framework 2 for all my web tier development using the MVC module that's shipped with the framework.
However, I want to implement my business logic in a separate layer, call it the business tier which is a non HTTP layer and expose it through AMQP, and I'd like to reuse my knowledge of PHP for implementing this. Since there…