diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-02-28 14:17:46 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-02-28 14:23:01 +0100 |
commit | 77848499a6cd48fd0d54c8b24a8d5cdccb3678c4 (patch) | |
tree | 6dd1d2137cc6c3f8dc2308823fbef856916c9392 /examples/filtering.php | |
parent | 4f1ed587c59c1524599457f8fcc562dcb5b845ed (diff) | |
download | csv-77848499a6cd48fd0d54c8b24a8d5cdccb3678c4.zip csv-77848499a6cd48fd0d54c8b24a8d5cdccb3678c4.tar.gz csv-77848499a6cd48fd0d54c8b24a8d5cdccb3678c4.tar.bz2 |
Update namespace from Bakame to League
Diffstat (limited to 'examples/filtering.php')
-rw-r--r-- | examples/filtering.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/filtering.php b/examples/filtering.php index 61fcb4d..d4789fb 100644 --- a/examples/filtering.php +++ b/examples/filtering.php @@ -1,6 +1,6 @@ <?php -use Bakame\Csv\Reader; +use League\Csv\Reader; require '../vendor/autoload.php'; @@ -36,11 +36,11 @@ $headers = $inputCsv->fetchOne(0); <html lang="fr"> <head> <meta charset="<?=$inputCsv->getEncoding()?>"> - <title>\Bakame\Csv\Reader filtering method</title> + <title>\League\Csv\Reader filtering method</title> <link rel="stylesheet" href="example.css"> </head> <body> -<h1>Using the Bakame\Csv\Reader class filtering capabilities</h1> +<h1>Using the League\Csv\Reader class filtering capabilities</h1> <table class="table-csv-data"> <caption>Statistics for the 20 least used female name in the year 2010</caption> <thead> |