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.
- Loading branch information
1 parent
54687bc
commit 8146456
Showing
54 changed files
with
870 additions
and
1,216 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Core Utility Libraries | ||
####################### | ||
|
||
Beyond the core MVC components, CakePHP includes a great selection of utility | ||
classes that help you do everything from webservice requests, to manipulating | ||
arrays, to formatting numbers and strings and more. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
core-libraries/app | ||
core-libraries/collections | ||
core-libraries/file-folder | ||
core-libraries/global-constants-and-functions | ||
core-libraries/hash | ||
core-libraries/httpclient | ||
core-libraries/inflector | ||
core-libraries/number | ||
core-libraries/registry-objects | ||
core-libraries/router | ||
core-libraries/security | ||
core-libraries/string | ||
core-libraries/time | ||
core-libraries/xml | ||
|
||
.. meta:: | ||
:title lang=en: Core Libraries | ||
:keywords lang=en: core libraries,global constants,cookie,access control lists,number,text,time,security component,core components,general purpose,web applications,markup,authentication,api,cakephp,functionality,sessions,collections,events |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Router | ||
###### | ||
|
||
Router can be used to parse URLs into arrays containing indexes for | ||
the controller, action, and any parameters, and the opposite: to | ||
convert URL arrays (eg. ``['controller' => 'Posts', 'action' => 'index']``) | ||
to string URLs. | ||
|
||
Read more about ways to :ref:`configure the Router <routes-configuration>` and | ||
the :php:class:`Router` class. | ||
|
||
.. meta:: | ||
:title lang=en: Router | ||
:keywords lang=en: array controller,php class,indexes,urls,configure router,parameters |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Development | ||
########### | ||
|
||
In this section we'll cover the various aspects of developing a CakePHP | ||
application. Topics like handling errors & exceptions, | ||
debugging, and testing will be covered. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
development/sessions | ||
development/errors | ||
development/debugging | ||
development/testing | ||
development/rest | ||
development/dispatch-filters | ||
|
||
|
||
.. meta:: | ||
:title lang=en: Development | ||
:keywords lang=en: development sessions,debugging,exceptions |
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
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
Oops, something went wrong.