admin generator
ajax
autoload
blob
caching
CSV to database
custom query
dompdf
dynamic input
embedded forms
embedRelation
excel explorer
image gallery
ioncube
javascript
jquery
jQuery DataTables
mpdf
multiple dom
no telepon
object caching
paging
pdf
pick or create
propel
propel 1.3
sfAdminAjaxThemePlugin
sfAssetsLibraryPlugin
sfBlueprintPlugin
sfCsvPlugin
sfDomPdfPlugin
sfForm
sfFunctionCache
sfJQueryLightboxPlugin
sfPhpExcelPlugin
sfPropel15Plugin
sfPropelCustomJoinHelper
sfPropelCustomSelectPlugin
sfWidgetFormChoice
sfWidgetFormInputText
sortable behavior
sortable table
symfony
symfony 1.0
Symony Task
taconite
username
validasi
validator
Zend Lucene
Tag Archives: sfFunctionCache
Caching Propel object in Symfony
February 4, 2010
Posted by on This article has moved to this location.
Symfony offers us a very flexible and powerfull caching system. We can cache an action, partial, slot or cache the result of a function call. But how if want to cache the Propel objects?. Say you want to cache the list of customers. When the user add, update or delete on the customers data, the customers cache is deleted. In this article, i’ll share my idea on how to cache the propel objects using sfFunctionCache as the base class. Read More
Recent Comments