コンポーネント

From Joomla! Documentation

Revision as of 06:00, 7 March 2014 by Richell (talk | contribs) (Created page with "次に、 {{JVer/multi|2.5,3.x}} MVC チュートリアル {{rarr}} モデル - ビュー - コントローラコンポーネントの開発を...")
Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎Türkçe • ‎català • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎italiano • ‎português • ‎português do Brasil • ‎русский • ‎中文(台灣)‎ • ‎日本語

A component is a kind of Joomla! extension. Components are the main functional units of Joomla!; they can be seen as mini-applications. An easy analogy would be that Joomla! is the operating system and the components are desktop applications. Created by a component, content is usually displayed in the center of the main content area of a template (depending on the template).

Most components have two main parts: an administrator part and a site part. The site part is what is used to render pages of your site when they are requested by your site visitors during normal site operation. The administrator part provides an interface to configure and manage different aspects of the component and is accessible through the Joomla! administrator application.

Joomla!にはコンテンツ管理機能、コンタクトフォーム、Webリンクのようないくつかのコアコンポーネントが付属しています。


参考資料

開発者向け

コンポーネント開発者向けの記事、チュートリアル、参考資料やFAQがたくさんあります。今回が初めてJoomlaのコンポーネントを開発するのでるあれば、コンポーネントがどのような機能を果たすのかの基礎の基礎から始めましょう。

次に、  Joomla 2.5 Joomla 3.x MVC チュートリアル    モデル - ビュー - コントローラコンポーネントの開発を読むといいでしょう。

Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the Component Development Portal or any of the supporting Portals for Development(Plugins, Modules or Templates).