Joomla Component Tutorial
HTML-код
- Опубликовано: 4 дек 2024
- This Joomla Component Tutorial is an attempt to show how to create a Joomla component.
It starts with installation of a plain component template in a newly installed Joomla 5 version.
Then this installed component is modified to show how Ajax query can return responses to PHP scripts running at the server from JavaScript running at the client computer.
These responses can be of to kind, task or view. The different usage of these two responses is discussed. Also, the use of Templates, Controller, Subcontroller and Format are discussed.
Advanced issues like namespaces, tokens, version control and similar concepts are left out in this tutorial.
The initial and final installation templates are showed below as url links:
Initial install template: skule.sormo.no...
Final install template: skule.sormo.no...
00:00 Start
00:15 Installation of Template
04:59 Creating a Ajax Query
09:08 Task and View Response
16:14 Format in Views
20:59 Format in Tasks
23:20 Subcontrollers
28:15 Formats in Subcontroller Tasks
30:52 Update the installing template
32:24 Inserting an additional menu item