$this->Model->find('formattedlist', array( 'fields'=>array( 'Model.id', // allows start with the value="" tags field 'Model.field1', // then put them in order of how you want the format to output. 'Model.field2', 'Model.field3', 'Model.field4', 'Model.field5', ), 'format'=>'%s-%s%s %s%s' ) );