HosipLan

Untitled

Apr 26th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1.     try {
  2.             $this->db->insert(self::usersTable, $values)->execute();
  3.         } catch(DibiDriverException $e) {
  4.         Nette\Diagnostics\Debugger::log($e);
  5.             return $e->getCode();
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment