Added a related cookbook link to DataSource.php

This commit is contained in:
Marc Würth 2013-06-26 22:07:52 +02:00
parent e1c7b4806b
commit 070a6f0ad5

View file

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