コード例 #1
0
ファイル: Common.php プロジェクト: kennyhonghui/zhuoxi
 /**
  * addslashes
  */
 protected static function add_slashes($string)
 {
     return Controller::add_slashes($string);
 }