Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.3.0beta
|
MIT license |
0.3.0beta
|
05/04/2009 |
|
0.2.0alpha
|
MIT license |
0.2.0alpha
|
04/12/2008 |
|
0.1.0alpha
|
MIT license |
0.1.0alpha
|
04/12/2008 |
Changelog for release 0.2.0 - 04/12/2008
- Fixed automated extension of model classes
Other releases
Release 0.3.0 - 05/04/2009
- Updated to work with the latest symfony 1.2 sfViewCacheManager
Release 0.2.0 - 04/12/2008
- Fixed automated extension of model classes
Release 0.1.0 - 04/12/2008
The sfViewableModelPlugin links symfony's view cache to your model and
automatically removes cached templates when model objects used to build them
are modified.
Installation
To install, simply update your application's config/factories.yml to include
the plugin's view cache manager:
# /apps/APP/config/factories.yml
all:
view_cache_manager:
sfViewableModelViewCacheManager
Then clear your cache using symfony cc and watch how much smarter your
cache is!