예제 #1
0
 public function getInfo()
 {
     $info = parent::getInfo();
     $info = array('name' => 'Tab-delimited Text Format', 'shortname' => 'Tabbed Text', 'description' => 'Export data in the .txt file format.  Fields separated with tabs.  Lines are separated by \\r\\n') + $info;
     return $info;
 }
예제 #2
0
 public function getInfo()
 {
     $info = parent::getInfo();
     $info = array('name' => 'Monospace Flatfile Text', 'shortname' => 'Flat Text', 'description' => 'Export data in a plain-text format.  Columns and rows are drawn with text pipes and hyphens.  Best results when using monospaced fonts.') + $info;
     return $info;
 }
 public function getInfo()
 {
     $info = parent::getInfo();
     $info = array('name' => 'HTML Format', 'shortname' => 'HTML', 'description' => 'Export data in the .html file format.') + $info;
     return $info;
 }