Skip to content

Commit 4442a2a

Browse files
committed
Merge pull request cakephp#1379 from ravage84/datasource-api-link
Added a related cookbook link to DataSource.php
2 parents e1c7b48 + 070a6f0 commit 4442a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Cake/Model/Datasource/DataSource.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
/**
2222
* DataSource base class
2323
*
24+
* DataSources are the link between models and the source of data that models represent.
25+
*
26+
* @link http://book.cakephp.org/2.0/en/models/datasources.html#basic-api-for-datasources
2427
* @package Cake.Model.Datasource
2528
*/
2629
class DataSource extends Object {

0 commit comments

Comments
 (0)