Method Database_Result::__get

Meta:

Written by

Leo Feyer <http://www.contao.org>

/system/libraries/Database.php line 885
Automatically extracted PHP DOC comment from code:

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.

END OF PHP DOC
public function string __get(string $strKey)

Parameters

string $strKey
Not documented yet. Please add documentation to this entry.

Add a comment

Please calculate 2 plus 2.