If what you want is get something like:

id: 1
nickname: juan
surname perez
phone: 5555555


etc.


It's possible, need to use the following method from your propel OM  
class:

public function toArray($keyType = BasePeer::TYPE_PHPNAME){..}

Iterate the returned array to format as you need. Check the BasePeer  
to see which other column name types can be used.

Regards,

Alvaro


On Jan 19, 2009, at 10:56 PM, Olivier Revollat wrote:

> is their any way to do this ? Thanks :)
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to