HosipLan

Untitled

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