improve detsta

This commit is contained in:
2016-02-01 18:21:03 +01:00
parent 3b7f42014b
commit 6efbfa7d9b
11 changed files with 374 additions and 111 deletions

View File

@@ -92,6 +92,10 @@ class Helper {
return date("Y-m-d H:i:s");
}
public static function getDateString( ){
return date("Y-m-d");
}
public static function getArrayValue($arr,$key,$def){
$result = $def;