-- Data Reader Read data from a .csv file (delimited with ;) and print to the screen in a nice friendly table. Usage: php -f scripts/report.php [merchant_id] OR [all] -- Testing cd to the 'tests' directory and %> phpunit The phpunit.xml will do the rest!s -- To do: Make data available from different sources (ie; sqlite, mysql)
MikePearce/Data-Reader
Data Reader is an application which reads a .CSV file of data and spits it to the terminal screen. It was written as POC for testing NameSpaces and unit testing with PHP5.3
PHP