->toArray()

->toArray() -- Get an array of the current result

Synopsis

void $DB_DataObject->toArray ([string $format])

Description

Allows the fetching of an associate array (with optional key formating) for use with other packages, like HTML_QuickForms.

Parameter

Note

This function can not be called statically

Example