Caching HTML output with PHP

后端 未结 8 1471
时光说笑
时光说笑 2020-12-19 21:03

I would like to create a cache for my php pages on my site. I did find too many solutions but what I want is a script which can generate an HTML page from my database ex:

8条回答
  •  心在旅途
    2020-12-19 21:25

    If you're not opposed to frameworks, try using the Zend Frameworks's Zend_Cache. It's pretty flexible, and (unlike some of the framework modules) easy to implement.

提交回复
热议问题