作者 黎建湛

Yii助手类工具代码优化

@@ -127,7 +127,7 @@ class Helper @@ -127,7 +127,7 @@ class Helper
127 fwrite($file, "\r\n----[" . date('Y-m-d H:i:s') . "]----\r\n"); 127 fwrite($file, "\r\n----[" . date('Y-m-d H:i:s') . "]----\r\n");
128 fwrite($file, $content); 128 fwrite($file, $content);
129 fclose($file); 129 fclose($file);
130 -// echo date('Y-m-d H:i:s').":".$content."</br>\r\n"; 130 + // echo date('Y-m-d H:i:s').":".$content."</br>\r\n";
131 } 131 }
132 132
133 /** 133 /**