hledání



tagy



jazyky

perl 11
php 20
text 5
xml 1
bash 1
javascript 1
snippet generovani grafu »

air.kadlec@seznam.cz

Poslední snippety

extended sfWebBrowser with native symfony filecaching

Using sfWebBrowser plugin and native symfony caching with sfFileCache. My purpose for this class is retrieve "longterm" inf...
  1. <?php
  2. class myBrowser extends sfWebBrowser {
  3.  
  4. protected $cache_expiration = 2592000; // 30 days default cache
Tagy:
php 65 řádků | 2008-05-27 02:08:07 | air.kadlec@seznam.cz