Advertisement
Eddz

Untitled

Sep 2nd, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. return array(
  4.     'cao-csv-output' => array(
  5.         'options' => array(
  6.             'delimiter' => ',',
  7.             'enclosure' => '"',
  8.             'encloseAll' => false
  9.         ),
  10.     ),
  11.         )
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement