Esempio n. 1
0
 public static function write($text)
 {
     $log = new MDI_Log();
     $log->text = $text;
     $log->save();
 }