Symfony + memcached + smarty

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lkrzysiak@gmail.com

    #1

    Symfony + memcached + smarty

    Hi,
    I want to replace default Symfony caching system with memcache deamon
    (via sfMemcachePlugi n). I would like to use smarty templating engine
    instead the default symfony template system (via sfSmartyViewPlu gin).
    Smarty uses his own caching system. The question is: Will the memcache
    replace smarty caching system either or I will have to do it on my own?
Working...