CakePHP 2.2 Cheat Sheet by atkrad
Comments
|
Add a Comment
|
PDF Download
|
Find:
Global Functions
| __(string $string_id[, $formatArgs]) |
| __c(string $msg, integer $category, mixed $args = null) |
| __d(string $domain, string $msg, mixed $args = null) |
content note
| |
FormHelper
| FormHelper::create(string $model = null, array $options = array()) |
The first method you’ll need to use in order to take advantage of the FormHelper is create(). |
| |
HtmlHelper
| HtmlHelper::charset($charset=null) |
The most important task the HtmlHelper accomplishes is creating well formed markup. |
| HtmlHelper::meta(string $type, string $url = null, array $options = array()) |
This method is handy for linking to external resources like RSS/Atom feeds and favicons. |
|
Comments
No comments yet. Add yours below!
Add a Comment
You are posting a reply. Cancel Reply.
Contents
Cheatographer
magzilla.org
More by atkrad
Cheat Sheet Stats
Tags
Thumbnail