コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Some drivers require same-type comparisons.
  *
  * @param string $sql
  * @return string 
  * @static 
  */
 public static function cast($sql, $asType = 'INTEGER')
 {
     return \October\Rain\Database\Dongle::cast($sql, $asType);
 }