Skip to content

Commit

Permalink
Added a related cookbook link to DataSource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jun 26, 2013
1 parent e1c7b48 commit 070a6f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Model/Datasource/DataSource.php
Original file line number Diff line number Diff line change
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 070a6f0

Please sign in to comment.