Method | Description | |
---|---|---|
encode ( array $response ) : string | create csv string from response | |
headers ( $Controller, $settings ) | ||
render ( $action = null, $layout = null, $file = null ) |
Method | Description | |
---|---|---|
_putcsv ( array $row, string $delimiter = ';', string $enclosure = '"', string $eol = " " ) : string | Creating a file resource to php://temp so we don;t save a real file and return the string of that csv line |