start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2019-05-24 21:49] andrehstart [2019-05-25 01:35] andreh
Line 1: Line 1:
-This is my first page+Welcome 
-**HELLO**+Thank you for your interest in eze System's products and services
 +We hope you will find the information you are looking for here. If not, please [[http://eze.bz/eze-system/contact-us|let us know]] and we will do our best to add or update the documents.
  
-This is some code: 
-<wrap em>private function exportCsv($result, $params)  { 
-    $header = $params["fields"]; 
-    array_unshift($header, "Timestamp"); 
-     
-    $result = array_map(function($v)  { 
-        $time = date("Ymd\THis\Z", $v["time"]); 
-        $v["time"] = $time; 
-        return array_values($v); 
-    }, $result); 
-     
-    $csv = Writer::createFromString(""); 
-    $csv->insertOne($header); 
-    $csv->insertAll($result); 
-     
-    return $csv; 
-}</wrap> 
  • start.txt
  • Last modified: 2019-05-25 02:01
  • by andreh