View Single Post
Old 03-25-2004, 03:31 PM  
aiken
Confirmed User
 
Join Date: Jun 2003
Location: Kona, HI
Posts: 204
PHP Q: App variables, caching

After years of ASP and ASP.Net work, I'm messing around with a small PHP project. I can deal with the fact that PHP doesn't have application variables, and I've found a few libraries that provide that functionality.

But what I really need is something like ASP.Net's Cache object -- something where I can stuff data into an application-type variable with an expiration date. I figure I could write it myself, but obviously I'd rather get on with the project than reinvent the wheel.

Anyone know any application data cache management libraries for PHP?

Thanks
-b
__________________
ICQ: 12005327
aiken is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote