> Hello
>
> Do you know how to implement function reverse to get_object_vars?
> For example if I have class and I wish to set it's properties from
> database with loop through the columns in table?
If you are willing to have the object properties be the same names as the
columns, you do an assign
On Mon, 2005-03-14 at 13:26, kamen 123 wrote:
> Hello
>
> Do you know how to implement function reverse to get_object_vars?
> For example if I have class and I wish to set it's properties from database
> with loop through the columns in table?
Something like this?
$obj->$fieldName = $fieldV
2 matches
Mail list logo