コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Bind values to their parameters in the given statement.
  *
  * @param \PDOStatement $statement
  * @param array         $bindings
  *
  * @return void
  * @static
  */
 public static function bindValues($statement, $bindings)
 {
     //Method inherited from \Illuminate\Database\Connection
     \Illuminate\Database\MySqlConnection::bindValues($statement, $bindings);
 }
コード例 #2
0
ファイル: _ide_helper.php プロジェクト: eipe/mytentsite
 /**
  * Bind values to their parameters in the given statement.
  *
  * @param \PDOStatement $statement
  * @param array $bindings
  * @return void 
  * @static 
  */
 public static function bindValues($statement, $bindings)
 {
     \Illuminate\Database\MySqlConnection::bindValues($statement, $bindings);
 }