Guest User

Untitled

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