Browse Source

Adding link to official API

Jose Lorenzo Rodriguez 11 years ago
parent
commit
2a93860e9e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/Database/Readme.md

+ 5 - 0
src/Database/Readme.md

@@ -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.