Description: Jesus Castagnetto, (co-author of "Professional PHP Programming") has created a derived class called CachedFastTemplate. As the name implies, it's used to cache dynamic pages that don't change all that often. This speeds up performance tremendously, as no dynamic solution will ever rival the sheer speed of a static page. I haven't had much of a chance to play with it yet, but it looks like fun.
|