Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created July 20, 2010 15:05
Show Gist options
  • Save jlebrech/483073 to your computer and use it in GitHub Desktop.
Save jlebrech/483073 to your computer and use it in GitHub Desktop.
<?php $contain = array(
'Module' => array(
'Question' => array(
'Answer',
'order' => 'RAND()',
'limit' => 15
),
'order' => array('order','name')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment