summaryrefslogtreecommitdiffstats
path: root/examples/extract.php
diff options
context:
space:
mode:
authorignace nyamagana butera <nyamsprod@gmail.com>2014-02-28 15:00:47 +0100
committerignace nyamagana butera <nyamsprod@gmail.com>2014-02-28 15:00:47 +0100
commitf8953568fa1b6910f0cb7e0ec4b861d47db34b17 (patch)
treef76fea2674a633f8cfb15174371caf3bbe5702c1 /examples/extract.php
parent4f1ed587c59c1524599457f8fcc562dcb5b845ed (diff)
parentef58410e9c67a734eb6bdf3a9264b7df6082f501 (diff)
downloadcsv-5.0.0.zip
csv-5.0.0.tar.gz
csv-5.0.0.tar.bz2
Merge pull request #17 from thephpleague/update-namespace5.0.0
Update namespace
Diffstat (limited to 'examples/extract.php')
-rw-r--r--examples/extract.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/extract.php b/examples/extract.php
index 9e884fa..9fbdb81 100644
--- a/examples/extract.php
+++ b/examples/extract.php
@@ -1,6 +1,6 @@
<?php
-use Bakame\Csv\Reader;
+use League\Csv\Reader;
require '../vendor/autoload.php';
@@ -18,11 +18,11 @@ $res = $inputCsv->setOffset(800)->setLimit(25)->fetchAll();
<html lang="fr">
<head>
<meta charset="<?=$inputCsv->getEncoding()?>">
- <title>\Bakame\Csv\Reader simple usage</title>
+ <title>\League\Csv\Reader simple usage</title>
<link rel="stylesheet" href="example.css">
</head>
<body>
-<h1>\Bakame\Csv\Reader simple usage</h1>
+<h1>\League\Csv\Reader simple usage</h1>
<table class="table-csv-data">
<caption>Part of the CSV from the 801th row with at most 25 rows</caption>
<thead>