forked from cakephp/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cakephp#747 from cakephp/restructure-tocs
Restructure & add TOCs to more places.
- Loading branch information
Showing
9 changed files
with
69 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Behaviors | ||
######### | ||
|
||
Behaviors add extra functionality to your models. CakePHP comes | ||
with a number of built-in behaviors such as :php:class:`TreeBehavior` | ||
and :php:class:`ContainableBehavior`. | ||
|
||
To learn about creating and using behaviors, read the section | ||
on :doc:`/models/behaviors`. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 1 | ||
|
||
behaviors/acl | ||
behaviors/containable | ||
behaviors/translate | ||
behaviors/tree | ||
/core-libraries/behaviors/acl | ||
/core-libraries/behaviors/containable | ||
/core-libraries/behaviors/translate | ||
/core-libraries/behaviors/tree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
Components | ||
########## | ||
|
||
CakePHP has a selection of components to help take care of basic tasks in your | ||
controllers. See the section on :doc:`/controllers/components` for how to | ||
configure and use components. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 1 | ||
|
||
components/access-control-lists | ||
components/authentication | ||
components/cookie | ||
components/email | ||
components/request-handling | ||
components/pagination | ||
components/security-component | ||
components/sessions | ||
/core-libraries/components/pagination | ||
/core-libraries/components/sessions | ||
/core-libraries/components/authentication | ||
/core-libraries/components/security-component | ||
/core-libraries/components/request-handling | ||
/core-libraries/components/cookie | ||
/core-libraries/components/access-control-lists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
Helpers | ||
####### | ||
|
||
CakePHP features a number of helpers that aid in view creation. They assist in | ||
creating well-formed markup (including forms), aid in formatting text, times and | ||
numbers, and can even integrate with popular javascript libraries. Here is a | ||
summary of the built-in helpers. | ||
|
||
Read :doc:`/views/helpers` to learn more about helpers, their api, and how you | ||
can create and use your own helpers. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 1 | ||
|
||
helpers/cache | ||
helpers/form | ||
helpers/html | ||
helpers/js | ||
helpers/number | ||
helpers/paginator | ||
helpers/rss | ||
helpers/session | ||
helpers/text | ||
helpers/time | ||
/core-libraries/helpers/cache | ||
/core-libraries/helpers/form | ||
/core-libraries/helpers/html | ||
/core-libraries/helpers/js | ||
/core-libraries/helpers/number | ||
/core-libraries/helpers/paginator | ||
/core-libraries/helpers/rss | ||
/core-libraries/helpers/session | ||
/core-libraries/helpers/text | ||
/core-libraries/helpers/time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters