DBEntity::init PHP Method

init() public method

public init ( $row )
    public function init($row)
    {
        foreach ($row as $key => $value) {
            $this->{$key} = $value;
        }
    }