Skip to content

Commit

Permalink
Adding link to official API
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 1, 2015
1 parent a2456ec commit 2a93860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Database/Readme.md
Expand Up @@ -358,3 +358,8 @@ foreach ($query as $row) {
// Get the statement and fetch all results
$results = $query->execute()->fetchAll('assoc');
```

## Official API

You can read the official [official API docs](http://api.cakephp.org/3.0/namespace-Cake.Database.html) to learn more of what this library
has to offer.

0 comments on commit 2a93860

Please sign in to comment.