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.
Restructure & add TOCs to more places.
- Loading branch information
cake17
committed
Sep 3, 2013
1 parent
a1fddc3
commit 8aea6b4
Showing
8 changed files
with
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Behaviors (Comportements) | ||
######################### | ||
|
||
Les behaviors ajoutent des fonctionnalités supplémentaires à vos models. | ||
CakePHP offre un certain nombre de behaviors integrés tels que | ||
:php:class:`TreeBehavior` et :php:class:`ContainableBehavior`. | ||
|
||
Pour en apprendre plus sur la création et l'utilisation des behaviors, lire la | ||
section sur :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 (Composants) | ||
####################### | ||
|
||
CakePHP a une sélection de components pour aider à s'occuper de tâches basiques | ||
dans vos controllers. Regardez la section sur :doc:`/controllers/components` | ||
pour savoir comment configurer et utiliser les 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,25 @@ | ||
Helpers (Assistants) | ||
#################### | ||
|
||
CakePHP dispose d'un certain nombre de helpers qui aident à la création de | ||
vues. Ils aident à la création d'un balisage bien formé (y compris les | ||
formulaires), l'aide au formatage du texte, des temps et des nombres, et | ||
peut même intégrer des bibliothèques javascript populaires. Voici un résumé | ||
des helpers intégrés. | ||
|
||
Lire :doc:`/views/helpers` pour en apprendre plus sur les helpers, leur api, | ||
et comment vous pouvez créer et utiliser vos propres 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