-
Notifications
You must be signed in to change notification settings - Fork 142
Home
Mark edited this page Oct 12, 2023
·
41 revisions
Tools plugin | branch | CakePHP core | PHP min |
---|---|---|---|
0.x [EOL] | cake2 | 2.x | PHP 5.4 |
1.x [EOL] | cake3 | 3.x | PHP 5.6 |
2.x | cake4 | 4.x | PHP 7.2 |
3.x | master | 5.x | PHP 8.1 |
The documentation is completely inside the plugin: ROOT/docs
.
It was not really possible to keep different versions of documentation in the wiki, and as such, this wiki is deprecated as resource for 3.0+.
For basic installation instructions please see the README.md.
Most code has inline documentation or a @link
or @see
tag referencing the documentation (e.g. in my Blog).
For others the documentation should be created in markdown here (feel free to provide me with missing docs).
- Overview of included fixes and migration tweaks
- Core overwrite
- Bootstrap
- Helpers
- Ajax and respective Component/View classes
- Testing
- Schema less models and contact forms
- Maximum power for your validation rules and Extended core validation rules
- Captchas
- Sending templated emails with CSS and inline images
- Flash messages
- Tiny Auth role based user authentication and Tiny Auth role setup
- Token
- Qlogins
- Enums
- EmailLib
- GooglLib
- Imap
- Model/Behavior/Geocoder
- Model/Behavior/NamedScope
- Model/Behavior/Passwordable
- Model/Behavior/Bitmasked
- Model/Behavior/Confirmable and Model/Behavior/Jsonable
- Model/Behavior/Reset and Model/Behavior/Hazardable
- Model/Behavior/NumberFormat
- Model/Behavior/Typographic
- View/RssView
- View/Helper/GoogleMapsV3
- View/Helper/Tree
- View/Helper/Gravatar
- View/Helper/Flattr
- Controller/Component/AutoLogin
- Useful CakePHP shell scripts
Some extra information
- CakePHP Code Snippets for 2.x
- For live code examples to most of the functionality see the Sandbox.
- And on dereuromark.de you will also find a lot of CakePHP specific topics, tips an tricks.