| Joomla! 1.0 component tutorial - part 1: front-end |
|
Page 1 of 4 A tutorial explaining how simple component for Joomla! CMS 1.0 works, and how to create a component. One may wonder why to write about version 1.0 of Joomla!, when version 1.5 is almost ready (as of January 2007). I think version 1.0 is still a very good framework: one can get to know how Joomla! works, extend the PHP knowledge, and prepare for Joomla! 1.5, which is a lot different and more advanced. And since there rather will not be upgrade possible from 1.0 to 1.5, just migration (hopefully a fast and easy one, thanks to great developers), there may be still a lot of existing web sites working on Joomla! 1.0 for quite some time. Official Joomla! web site contains a lot of useful information: help.joomla.org > Developer > Components Joomla! Development WikiThere are of course tutorials of Joseph LeBlanc , and let's not forget about the most important part - security: Guide to more secure components 1. What is a component ? 2. Simplest component The very simplest component has only two files: |