Sure, post it to CakeForge. The easiest way to implement custom model description caching is to copy app_model.php into your app/ folder, then copy the loadInfo( ) method out of cake/libs/model/model_php4/5.php into your AppModel, and add a hook to look to pull the data from memcache, and only hit the db if it isn't found.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
