[PHP] Help on caching an object.

2009-02-11 Thread Yeti
Hello gang, First of all, yes I searched the mailing list's archive. My problem is very simple: I have an object that's definately called with every page request. It's pretty much the same for every unregistered/anonymous user. And it's not small. Alot of attributes are being set from DB queries

Re: [PHP] Help on caching an object.

2009-02-11 Thread Stuart
2009/2/11 Yeti y...@myhich.com: Hello gang, First of all, yes I searched the mailing list's archive. My problem is very simple: I have an object that's definately called with every page request. It's pretty much the same for every unregistered/anonymous user. And it's not small. Alot of

Re: [PHP] Help on caching an object.

2009-02-11 Thread Stuart
Emailing me directly is not cheap, please don't do it again without expecting an invoice. 2009/2/11 faisal murad faisalsa...@gmail.com: how can i unsubscribe from php list. It's really difficult. You follow the instructions shown at the end of each frickin' email!! To unsubscribe, visit:

Re: [PHP] Help on caching an object.

2009-02-11 Thread Virgilio Quilario
My problem is very simple: I have an object that's definately called with every page request. It's pretty much the same for every unregistered/anonymous user. And it's not small. Alot of attributes are being set from DB queries etc. Now my idea was to do some sort of caching with PHP to