Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $moods = $this->Mood->find('all', array('conditions'=>$conditions,
  2. 'fields' => $this->mood_fields_it,
  3. 'order' => array('Mood.created DESC'),
  4. 'limit' => 10,
  5. 'offset' => $offset * 10
  6. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement