Browse Source

Merge pull request #1379 from ravage84/datasource-api-link

Added a related cookbook link to DataSource.php
Mark Story 12 years ago
parent
commit
4442a2a256
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/Cake/Model/Datasource/DataSource.php

+ 3 - 0
lib/Cake/Model/Datasource/DataSource.php

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