コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Transforms and executes a raw SQL statement
  *
  * @param string $sql
  * @return mixed 
  * @static 
  */
 public static function raw($sql)
 {
     return \October\Rain\Database\Dongle::raw($sql);
 }