Skip to content

Commit

Permalink
Merge pull request #1379 from ravage84/datasource-api-link
Browse files Browse the repository at this point in the history
Added a related cookbook link to DataSource.php
  • Loading branch information
markstory committed Jun 26, 2013
2 parents e1c7b48 + 070a6f0 commit 4442a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Model/Datasource/DataSource.php
Expand Up @@ -21,6 +21,9 @@
/**
* DataSource base class
*
* DataSources are the link between models and the source of data that models represent.
*
* @link http://book.cakephp.org/2.0/en/models/datasources.html#basic-api-for-datasources
* @package Cake.Model.Datasource
*/
class DataSource extends Object {
Expand Down

0 comments on commit 4442a2a

Please sign in to comment.