Articles tagged with "find list formatted "
Add formatted lists to your AppModel
This code will add formatted list functionallity to find you can easy replace the $this->Model->find('list'); with $this->Model->find('formattedlist', array('fields' => array('Model.id', 'Model.field1', 'Model.field2', 'Model.field3'), 'format' => '%s-%s %s')); and get option tag output of: . Even better part is being able to setup your own format for the output!
[Read more]
Latest Comments