Система кэширования на PHP
08 01 2006
In this tutorial I have shown you how to create a simple, but easy-to-use, caching system. The system we created can be used for many websites, but you do have to be careful about one thing: don't cache pages that are custom for each user. For example, if you include your user's name or something else personal on a page, and it gets cached, everyone else would see the user's name. Not a good thing. Our caching system can only be used for non-personal pages.
http://www.phpit.net/article/build-caching-system-php/
Категории : Веб разработка
Обратные ссылки : Нет обратных ссылок »


Обратные ссылки
Нет обратных ссылок