![]() |
|
PluginsIlya Sabelnikov |
|
Ilya Sabelnikov is a developer for 3 plugins.
![]() |
sfCacheTaggingPlugin
MIT
sf 1.4sf 1.3
|
10
users |
The sfCacheTaggingPlugin is a Symfony plugin that allows you to not think about cache obsolescence. The user will see only a fresh data thanks to cache tagging. The plugin helps to keep cached content up-to-date without setting cache lifetime. So-called "Smart caching", stores cache with fetched models tags and its versions. Each time you save/update/delete objects, plugin increments object tag version and all linked cache by specific tag name will automatically spoil. |
![]() |
sfDoctrineTablePlugin
MIT
sf 1.4sf 1.3
|
3
users |
The sfDoctrineTablePlugin generates feature packed base tables to each model. Base table contains PHPDocs of available pre-generated WHERE, COUNT and JOIN considering table relations and its depth. List of new available methods are accessed through the PHPDoc @method annotation and is suitable for IDE users only. |
![]() |
sfSQLToolsPlugin
MIT
sf 1.4sf 1.3sf 1.2
|
4
users |
Task to execute SQL files with triggers, procedures and events in order. Compatible with any kind of database engines. |