Portal

Difference between revisions of "Developers"

From Joomla! Documentation

m (Added link to From Validation)
Line 40: Line 40:
 
* [[Creating a file uploader in your component]].
 
* [[Creating a file uploader in your component]].
 
* [[Suppressing output of extra HTML]].
 
* [[Suppressing output of extra HTML]].
* [[Supporting plugins in your component]].
+
* [[Supporting plugins in your component]] (Ready for review).
 
** Explain how to add triggers so that your component can fire custom events.
 
** Explain how to add triggers so that your component can fire custom events.
 
* [[Adding multi-language support]].
 
* [[Adding multi-language support]].

Revision as of 13:47, 22 April 2008

<translate> As a developer you are tasked with altering or extending the functionality of Joomla! or one of its extensions. You will be proficient in a range of programming languages, including PHP, but may be less familiar with such things as JavaScript or CSS. If you are new to Joomla! you will need information about the Joomla! Framework API and how to use it and will probably make extensive use of best practice example code.</translate>