Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- abstract class BasePresenter extends \Nette\Application\UI\Presenter
- {
- /** @var \DibiConnection @inject */
- public $db;
- /** @var \Nette\Caching\Cache */
- protected $cache;
- public function injectCacheStorage(Nette\Caching\IStorage $storage)
- {
- $this->cache = new Nette\Caching\Cache($storage,'baze');
- }
Advertisement
Add Comment
Please, Sign In to add comment