Design Patterns – PHP: The Right Way

There are numerous ways to structure the code and project for your web application, and you can put as much or as little thought as you like into architecting. But it is usually a good idea to follow common patterns because it will make your code easier to manage and easier for others to understand.

via Design Patterns – PHP: The Right Way.

Leave a comment