Guest User

Untitled

a guest
Jan 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1.     $select  = $table->select()->where('email = ?', $email);
  2.     $rows = $table->fetchAll($select);
  3.    
  4.     throw new Exception('herecc here - : ' . var_dump($rows));
Add Comment
Please, Sign In to add comment