1. How to Simplify the Creation of a PHP Controller for MVC Applications Using Multiple Action Classes
Model-View-Controller (MVC) based applications allow developers to structure their applications in separate classes that have different roles.
This possibility makes it easier to develop and maintain PHP applications.
The package allows to simplify further the implementation of MVC based applications by providing a generic controller class that can call separate classes to implement each type of action that the controller class is configured to handle.
More ... Post a comment See comments (0) Trackbacks (0)
This possibility makes it easier to develop and maintain PHP applications.
The package allows to simplify further the implementation of MVC based applications by providing a generic controller class that can call separate classes to implement each type of action that the controller class is configured to handle.
More ... Post a comment See comments (0) Trackbacks (0)