/** Retrieves the name of the field for the current table. The field name returned is the one that should * be used in URLs or input fields. */ public function getFieldName($strFieldName) { return clsDB::getFieldNameStatic($this->getName(), $strFieldName); }