mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #1379 from ravage84/datasource-api-link
Added a related cookbook link to DataSource.php
This commit is contained in:
commit
4442a2a256
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
||||||
/**
|
/**
|
||||||
* DataSource base class
|
* 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
|
* @package Cake.Model.Datasource
|
||||||
*/
|
*/
|
||||||
class DataSource extends Object {
|
class DataSource extends Object {
|
||||||
|
|
Loading…
Reference in a new issue