'DESC'); public $belongsTo = array( 'User' => array( 'className' => CLASS_USER, 'foreignKey' => 'user_id', 'conditions' => '', 'fields' => array('id', 'username'), 'order' => '' ), ); }