Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created December 7, 2010 11:55
Show Gist options
  • Save jlebrech/731718 to your computer and use it in GitHub Desktop.
Save jlebrech/731718 to your computer and use it in GitHub Desktop.
<?php
$options = array(
'conditions' => array(
'User.id' => $id
),
'contain' => array(
'ContactsGroup' => array( // how would i make this order desc
'Contact'
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment