Guest User

Untitled

a guest
Oct 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $model = Auction::model()->findAll( array(
  2. 'condition' => 'starttime >= :starttime)
  3. 'params' => array( ':date' => $date )
  4. ) );
Add Comment
Please, Sign In to add comment