Carlos Mauricio Samour ha scritto:
> Hi everyone. I am having this problem trying to retrieve the data from
> one of my models.
> In my controller I use:
> function index(){
> $this->set('data', $this->Product->findAll());
> }
>
set to the findAll function a field array: get only the data you need !
$this->set('data',
$this->Product->findAll(null,array('id','name','price',description)));
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---