コード例 #1
0
ファイル: Admin.class.php プロジェクト: lunavod/bunker_stable
 public function isFieldExists($sTableName, $sFieldName)
 {
     return $this->oMapper->isFieldExists($sTableName, $sFieldName);
 }