コード例 #1
0
ファイル: mdi_log.php プロジェクト: mehulsbhatt/MDIgniter
 public static function write($text)
 {
     $log = new MDI_Log();
     $log->text = $text;
     $log->save();
 }