why not use renderElement and make a function parseObj() without the
return statement. something like:

 function doSmth(){
....
$this->parseObj();
....

}

function parseObj(){
$this->set('data1','.....' );
$this->set('data2','.....' );
$this->set('data3','.....' );
$this->set('data4','.....' );
$this->set('data5','.....' );
}
then in view, call $this->renderElement('view');

does that make sense? im not just clear to what your purpose is but
that's how i see your problem.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to