mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #637 from kimegede/feature/doc-link-error
Changed some of the doc-block links.
This commit is contained in:
commit
388053cba7
1 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ class Model extends Object implements CakeEventListener {
|
|||
* Custom database table name, or null/false if no table association is desired.
|
||||
*
|
||||
* @var string
|
||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#useTable
|
||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#usetable
|
||||
*/
|
||||
public $useTable = null;
|
||||
|
||||
|
@ -69,7 +69,7 @@ class Model extends Object implements CakeEventListener {
|
|||
* This field is also used in `find('list')` when called with no extra parameters in the fields list
|
||||
*
|
||||
* @var string
|
||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#displayField
|
||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#displayfield
|
||||
*/
|
||||
public $displayField = null;
|
||||
|
||||
|
@ -261,7 +261,7 @@ class Model extends Object implements CakeEventListener {
|
|||
* caching only, the results are not stored beyond the current request.
|
||||
*
|
||||
* @var boolean
|
||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#cacheQueries
|
||||
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#cachequeries
|
||||
*/
|
||||
public $cacheQueries = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue