コード例 #1
0
ファイル: ModelMeta.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Gets whether this model has a certain field
  * @param string $fieldName Name of the field to check
  * @return boolean True if the model contains the field, false otherwise
  */
 public function hasField($fieldName)
 {
     return $this->table->hasField($fieldName);
 }