Advertisement
pickledegg

Model to connect to CSV

Nov 12th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. class CountryImport extends AppModel {
  3.  
  4.  
  5.     var $name = 'CountryImport';
  6.     var $useDbConfig = 'csv';
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement