Example #1
0
 public function isFieldExists($sTableName, $sFieldName)
 {
     return $this->oMapper->isFieldExists($sTableName, $sFieldName);
 }