Method Database_Result::__get
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Return a result parameter or a particular field of the current row
Supported parameters:
- query: corresponding query string
- numRows: number of rows of the current result
- numFields: fields of the current result
Throw an exception on requests for unknown fields.
public function string __get(string $strKey)
Parameters
- string $strKey
- Not documented yet. Please add documentation to this entry.
Add a comment