We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a278fa8 commit c08b4feCopy full SHA for c08b4fe
application/libraries/Format.php
@@ -179,7 +179,7 @@ public function to_html()
179
return $ci->table->generate();
180
}
181
182
- // Format HTML for output
+ // Format CSV for output
183
public function to_csv()
184
{
185
$data = $this->_data;
@@ -230,7 +230,7 @@ protected function _from_xml($string)
230
return $string ? (array) simplexml_load_string($string, 'SimpleXMLElement', LIBXML_NOCDATA) : array();
231
232
233
234
// This function is DODGY! Not perfect CSV support but works with my REST_Controller
235
protected function _from_csv($string)
236
0 commit comments