HosipLan

Untitled

May 13th, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. abstract class BasePresenter extends \Nette\Application\UI\Presenter
  2. {
  3.  
  4. /** @var \DibiConnection @inject */
  5. public $db;
  6.  
  7. /** @var \Nette\Caching\Cache */
  8. protected $cache;
  9.  
  10.  
  11. public function injectCacheStorage(Nette\Caching\IStorage $storage)
  12. {
  13. $this->cache = new Nette\Caching\Cache($storage,'baze');
  14. }
Advertisement
Add Comment
Please, Sign In to add comment