Tutorials »

APC is a simple and yet powerful PHP extension that does just that: caching. What for? Suppose you would have some piece of code that fetches some data from a table, and since you don’t use JOIN because you loose scalability, you’ll have to do some more SELECTs, and then format each row to be ready for display.
Posted by markp 343 days ago (http://abcphp.com)
Discuss  | Bury | Tweet This | Tagged: cache
| Add To 

Who Voted for this Story

Comments

No one has commented on this article yet.

Log in to comment or register here.