コード例 #1
0
ファイル: _ide_helper.php プロジェクト: clubttt/SuccessModel4
 /**
  * A binding should always be in an associative
  * form of a key=>value, otherwise we will not be able to
  * consider it a valid binding and replace its values in the query.
  * 
  * This function validates whether the binding is valid to be used.
  *
  * @param array $binding
  * @return boolean 
  * @static 
  */
 public static function isBinding($binding)
 {
     return \Vinelab\NeoEloquent\Connection::isBinding($binding);
 }