Tag Archives: se

Create service class in PHP with Zend Framework

Description: Communicate between modules in MCV architecture like PhP’s Zend Framework. Solution: Communication between modules, in MCV architecture should not be done directly by calling the model class, but accessing a service class assigned to the model. A service class represents … Continue reading

Posted in Best practices, PhP | Tagged , , , , | Leave a comment