Zuletzt angesehen:
Unterschiede
Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
| tutorials:komponenten 2008/11/14 12:31 | tutorials:komponenten 2008/11/14 12:48 aktuell | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== Komponenten ====== | + | ====== components ====== |
| A component is the largest and most complex of the extension types. Components can be seen as mini-applications. An easy analogy would be that Joomla! is the operating system and all the components are desktop applications. Every Joomla! page load calls a component to render the main page body. The core content component (com_content), for example, is the mini-application that handles all core content rendering just as the core registration component (com_registration) is the mini-application that handles user registration. A component has two main parts, an administrator part and a site part. The site part is what is used to render pages when being called 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. | A component is the largest and most complex of the extension types. Components can be seen as mini-applications. An easy analogy would be that Joomla! is the operating system and all the components are desktop applications. Every Joomla! page load calls a component to render the main page body. The core content component (com_content), for example, is the mini-application that handles all core content rendering just as the core registration component (com_registration) is the mini-application that handles user registration. A component has two main parts, an administrator part and a site part. The site part is what is used to render pages when being called 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. | ||
| Zeile 7: | Zeile 7: | ||
| While we have gone to great lengths to make Joomla easy for content providers to use, we have equally spent a lot of time developing a flexible framework for developers to extend the capabilities of Joomla without having to touch the Core code. | While we have gone to great lengths to make Joomla easy for content providers to use, we have equally spent a lot of time developing a flexible framework for developers to extend the capabilities of Joomla without having to touch the Core code. | ||
| - | **//deutsche Übersetzung//** | + | |
| + | === Komponenten === | ||
| + | |||
| + | == deutsche Übersetzung == | ||
| Eine Komponente ist die wohl größte und komplexeste aller Erweiterungen für Joomla!. | Eine Komponente ist die wohl größte und komplexeste aller Erweiterungen für Joomla!. | ||
| Im Grunde genommen sind Komponenten (im folgenden com_ genannt) eigenständige Minianwendungen. | Im Grunde genommen sind Komponenten (im folgenden com_ genannt) eigenständige Minianwendungen. | ||

