コード例 #1
0
ファイル: Collection.php プロジェクト: dioscouri/f3-lib
 /**
  *	Return TRUE if field is defined
  *	@return bool
  *	@param $key string
  **/
 function exists($key)
 {
     if ($key == 'id') {
         $key = '_id';
     }
     return parent::exists($key);
 }