- Joomla - Help Menu
- Joomla - Extensions Menu
- Joomla - Components Menu
- Joomla - Content Menu
- Joomla - Menus Menu
- Joomla - Toolbar
- Joomla - Control Panel
- Joomla - Architecture
- Joomla - Installation
- Joomla - Overview
- Joomla - Home
Joomla Menus
- Joomla - Creating Submenus
- Joomla - Modify Menu Items
- Joomla - Adding Menu Items
- Joomla - Create Menus
Joomla Modules
- Joomla - Donation Module
- Joomla - Syndicate Module
- Joomla - Random Image Module
- Joomla - Search Module
- Joomla - Latest News Module
- Joomla - Footer Module
- Joomla - Feed Display Module
- Joomla - Breadcrumb Module
- Joomla - Create Modules
Joomla Global Settings
- Joomla - Debug
- Joomla - Users Setting
- Joomla - Cache Management
- Joomla - Mass Emailing
- Joomla - Private Messages
- Joomla - Language Manager
- Joomla - Media Settings
- Joomla - System Settings
Joomla Advanced
- Joomla - Website SEO
- Joomla - Website Backup
- Joomla - Extension Manager
- Joomla - Plugin Manager
- Joomla - Adding Web Links
- Joomla - Adding Forum
- Joomla - Adding News Feed
- Joomla - Adding Contacts
- Joomla - Adding Banners
- Joomla - Article Metadata
- Joomla - Template Manager
Joomla Superior
- Joomla - Formatting content
- Joomla - Addry
- Joomla——习俗
- Joomla - Creating Template
- Joomla - Add Template
- Joomla - 定制模板
Joomla高级
Joomla Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Joomla - Architecture
Joomla is a Model-View-Controller web apppcation. In this chapter, we are going to discuss about the architectural style of Joomla. The following diagram shows the architecture of Joomla.
The architecture of Joomla contains following layers −
Database
Joomla Framework
Components
Modules
Plugin
Templates
Web Server
Database − Database is a collection of data and can be stored, manipulated and organized in a particular manner. The database stores the user information, content and many more required data of the site. It is used to store the administrative information to manage the Joomla site. Using Joomla database layer, it ensures maximum flexibipty and compatibipty for extension.
Joomla Framework − Framework is a collection of open source software, where the Joomla CMS is built. It is developed for more flexibipty and breaks the framework into single modular packages which helps each package to develop more easily.
Components − Components are considered as mini apppcations. It consists of two parts i.e. Administrator and Site. Whenever a page gets loaded, component is been called to render the body of main page. The Administrator part manages different aspects of the component and the site part helps in rendering the pages when request is made by site visitor. Components are main functional unit of Joomla.
Modules − Modules is an extension which is used to render the pages in Joomla. It is also used to display the new data from the component. It frequently looks pke boxes such as login module. In Joomla administrator the modules are managed by the module manager. It displays the new content and images when module is pnked to Joomla components.
Plugin − This is also a kind of Joomla extension, it is very flexible and powerful for extending the framework. It contains a bit of codes that is used to execute the particular event trigger. It is commonly used to format the output of a component or module when a page is built. The plugin function which are associated with event are executed in a sequence when a particular event occurs.
Templates − Template determines the look of the Joomla website. There are two types of templates used i.e. Front-end and Back-end. The Back-end template is used to control the functions by the administrator where-as the Front-end template is a way to present the website to users. Templates are easy to build or customize your site. It provides maximum flexibipty to style your site.
Web Browser − It is a server where the user interacts. It depvers the web pages to the cpent. The HTTP (Hyper Text Transfer Protocol) is used to communicate between the cpent and the server.
Advertisements