{JA} - 7 主要なヘルパー
ヘルパーはアプリケーションのプレゼンテーション層のための、コンポーネントに似たクラスです。これには、たくさんの views や elements 、あるいは layouts で共有するプレゼンテーションロジックが含まれています。
この章では、CakePHP に含まれている Form 、 Html 、 Javascript そして RSS といったヘルパーについて説明します。
ヘルパーについての詳細と、独自のヘルパーの作成を知りたい場合は、ヘルパーの章を読んでください。
{EN} - 7 Core Helpers
Helpers are the component-like classes for the presentation layer of your application. They contain presentational logic that is shared between many views, elements, or layouts.
This section describes each of the helpers that come with CakePHP such as Form, Html, JavaScript and RSS.
Read Helpers to learn more about helpers and how you can build your own helpers.
差分
| Lines: 1-4 | Lines: 1-4 | ||
| - | <title>Core Helpers</title> <p>Helpers are the component-like classes for the presentation layer of your application. They contain presentational logic that is shared between many views, elements, or layouts.</p> <p>This section describes each of the helpers that come with CakePHP such as Form, Html, JavaScript and RSS.</p> <p>Read <a href="/view/98/helpers">Helpers</a> to learn more about helpers and how you can build your own helpers.</p> |
+ | <title>主要なヘルパー</title> <p>ヘルパーはアプリケーションのプレゼンテーション層のための、コンポーネントに似たクラスです。これには、たくさんの views や elements 、あるいは layouts で共有するプレゼンテーションロジックが含まれています。</p> <p>この章では、CakePHP に含まれている Form 、 Html 、 Javascript そして RSS といったヘルパーについて説明します。</p> <p>ヘルパーについての詳細と、独自のヘルパーの作成を知りたい場合は、<a href="/ja/view/98/ヘルパー">ヘルパー</a>の章を読んでください。</p> |


























