To convert a Propel object (a database row representation) to a normal array use the following:
$member->toArray(), where $member is a propel object.
To convert a Propel object (a database row representation) to a normal array use the following:
$member->toArray(), where $member is a propel object.