Skip to content

Commit 070a6f0

Browse files
committed
Added a related cookbook link to DataSource.php
1 parent e1c7b48 commit 070a6f0

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)