Php template caching design
- by Thomas
Hello to all,
I want to include caching in my app design. Caching templates for starters.
The design I have used so far is very modular. I have created an ORM implementation for all
my tables and each table is represented by the corresponding class.
All the requests are handled by one controller which routes them to the appropriate webmethod…