Architecture

This is some text about architecture.


Why Use the Repository Pattern?

📁 architecture

The repository pattern has recently taken on a life of its own in the echo chamber of PHP architecture and development blogs. It seems that just about every PHP developer with a blog has ingested the proverbial [flavoured drink mix](https://en.wikipedia.org/wiki/Drinking_the_Kool-Aid) and written a…

Read more...

PDO for Elegant PHP Database Access

📁 architecture

Speaking very broadly, every computer application is basically a data manipulation tool. The application accepts data from the outside world, performs some transformation on it and then pushes some different data right back out. The data inserted into an application can come from a peripheral devi…

Read more...