[Catalyst] DB values that change very rarely

2013-01-10 Thread Jesse Sheidlower
In one of my apps, I have a number of tables that contain values that change very rarely. Think of something like a category table in an e-commerce app--they're mostly static, but every now and then you need to change or add or delete a category. These occasional changes do, however, need to be

Re: [Catalyst] DB values that change very rarely

2013-01-10 Thread Len Jaffe
On Thu, Jan 10, 2013 at 10:15 AM, Jesse Sheidlower jes...@panix.com wrote: Since I don't know when they might change, I don't know how I could cache them, because when a change is made it needs to take effect immediately. These tables are used on almost every request. Use a cache that

RE: [Catalyst] DB values that change very rarely

2013-01-10 Thread Dami Laurent (PJ)
-Message d'origine- De : Jesse Sheidlower [mailto:jes...@panix.com] Envoyé : jeudi, 10. janvier 2013 16:16 À : catalyst@lists.scsys.co.uk Objet : [Catalyst] DB values that change very rarely In one of my apps, I have a number of tables that contain values that change very rarely. [...]

Re: [Catalyst] sub-modules for model

2013-01-10 Thread Alejandro Imass
On Wed, Dec 19, 2012 at 12:53 PM, will trillich will.trill...@serensoft.com wrote: Spent a bit of time googlilng this and apparnelty I'm not searching very effectively today... Short version: What's best-practices to get model library sub-modules hooked in to the main model? Hi

Re: [Catalyst] sub-modules for model

2013-01-10 Thread Alejandro Imass
On Thu, Jan 10, 2013 at 10:37 PM, Alejandro Imass alejandro.im...@gmail.com wrote: On Wed, Dec 19, 2012 at 12:53 PM, will trillich will.trill...@serensoft.com wrote: Spent a bit of time googlilng this and apparnelty I'm not searching very effectively today... Short version: What's