Do you mean, choosing the fields of your db table in your SQL query ?

If yes, try
$this->ModelName->find('list',array('fields'=>array('resposta1','resposta..','respostaN'),
'conditions' => array('...' => '...')));

--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/Extract-by-key-name-tp4499589p4501719.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to