-
Book Overview & Buying
-
Table Of Contents
PHP Team Development
By :
One approach of implementing the MVC pattern is to make sure we identify the PHP classes that fall into each aspect out of the model-view-controller, and then implement each class, ensuring that we do not cross the boundaries. None of the PHP classes should cross over from their respective domains of presentation, business logic processing, and data access. We should stick to well-defined interfaces, when communicating across these layers. The interfacing between the presentation, data, and control layers of the application needs to be defined using proper API documentation. This will help the developers working on each layer to know what to do when it comes to talking to other layers. It is technically possible to do this on our own, when we implement our software system's design using PHP, but needless to say, this requires a considerable amount of engineering effort as well as strict discipline. This approach is also very much error-prone, requiring a...
Change the font size
Change margin width
Change background colour