News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Richard Thomas' Blog:
Solar Framework Shorts - Multitenant caching
September 21, 2009 @ 08:03:59

Richard Thomas has posted another Solar short with a quick tip on using the framework to cache data correctly (and under different prefixes) automatically even for multi-tenant sites.

This gets even more problematic if you support third party developers/modules as they have to follow the same rules as well. Head problems off at the pass by using the Solar_Cache prefix config. This bit of code would be placed as soon you "identify" the site in question and get some sort of unique id for that site.

All it takes is creating a Solar_Cache object (set into the Solar_Registry object) with the prefix for any and all scripts to pull out and use. This can even be used with the Solar models to cache data pulled from the database automatically.

0 comments voice your opinion now!
solar framework cache prefix tutorial




Community Events





Don't see your event here?
Let us know!


development interview custom phpunit application extension series language podcast test opinion release community security framework api conference introduction symfony2 unittest

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework