I’ve had a bit of an odd issue where JavaScript files from a plugin I’d written weren’t being included for some reason.
Turns out that there’s a bug / feature (?) in the way symfony merges config files. Continue reading »
I’ve had a bit of an odd issue where JavaScript files from a plugin I’d written weren’t being included for some reason.
Turns out that there’s a bug / feature (?) in the way symfony merges config files. Continue reading »
![]()
While the title might sound a tad complicated, the problem is pretty straight forward:
Your production environment consists of a multi-server set-up (e.g. a cluster, but works on a single server just as well) with a centralised database and you use sfFileCache as your caching strategy (because you don’t want to litter your database with cache entries).
So how would you clear parts or all of the cache? You can’t just use symfony:cc or the sfViewCacheManager because: