Commit 0aa6824673132aab0d1c51142723b23b8fa8473d

Authored by Alex Savenko
1 parent d34fce51

docs example request test

app/configs/default.php
... ... @@ -8,7 +8,7 @@
8 8 return [
9 9  
10 10 'application' => [
11   - 'title' => 'Phalcon REST Boilerplate',
  11 + 'title' => 'Phalcon REST API',
12 12 'description' => 'This repository provides an boilerplate application with all of the classes of Phalcon REST library implemented.',
13 13 'baseUri' => '/',
14 14 'viewsDir' => __DIR__ . '/../views/',
... ...
app/views/general/documentation.phtml
... ... @@ -23,7 +23,7 @@
23 23 <div class="container">
24 24  
25 25 <h1><?php echo $title ?></h1>
26   - <p class="lead"><?php echo $description ?></p>
  26 + <p class="lead">Documentation</p>
27 27  
28 28 <h2>Collections</h2>
29 29  
... ...