2017 © Pedro Peláez
 

library php_csv_browser

image

chadanuk/php_csv_browser

  • Tuesday, August 6, 2013
  • by chadanuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php_csv_browser

Get specific information from any CSV, (*1)

Retrieves a row of data based on a field/value combo., (*2)

After your file is upload initialise the CSV browser by parsing the file name to the constructor., (*3)

    $c = new CSV($filename);

Then use the finditem method to retrieve the row of data you want based on a field and value, (*4)

    $data = $c->finditem('name', 'Dave'); 

The Versions

06/08 2013

dev-master

9999999-dev

  Sources   Download

The Requires

  • php >=5.3.0