Method Database::fieldExists
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Determine if a particular column exists
public function boolean fieldExists(string $strField, string $strTable, boolean $blnNoCache)
Parameters
- string $strField
- Not documented yet. Please add documentation to this entry.
- string $strTable
- Not documented yet. Please add documentation to this entry.
- boolean $blnNoCache
- Default: false
- Not documented yet. Please add documentation to this entry.
Add a comment