Our Blog

News, thoughts & useful links

Contact: Skype , email or call
+44 (0) 131 556 6818

Convert Propel object to Array

May 13th, 2008 by Anton

To convert a Propel object (a database row representation) to a normal array use the following:

$member->toArray(), where $member is a propel object.



Comments are closed.