HosipLan

Untitled

Mar 27th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (!$data = $this->load($key)) {
  2.     $data = $this->save($key, function() use ($db) {
  3.         return $db->query(...);
  4.     }, array(
  5.         Cache::TAGS => array(...),
  6.         ...
  7.     ))
  8. }
Advertisement
Add Comment
Please, Sign In to add comment