Method Database_Statement::__get
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Return a parameter
Supported parameters:
- query: current query string
- error: last error message
- affectedRows: number of affected rows
- insertId: last insert ID
Throw an exception on requests for protected properties.
public function mixed __get(string $strKey)
Parameters
- string $strKey
- Not documented yet. Please add documentation to this entry.
Add a comment