Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // case 1
  2. SomeActiveRecord::model()->findAll(array('order'=>'somefieldfield'));
  3.  
  4. // case 2
  5. HistorialRanking::model()->findAll(
  6. array(
  7. "condition" => "tipo = 'karma' and fecha = date(now())",
  8. "order" => "posicion desc"
  9. )
  10. );
Add Comment
Please, Sign In to add comment