Portal

Difference between revisions of "Developers"

From Joomla! Documentation

m (Added link to new page.)
Line 62: Line 62:
 
* [[Tutorial:Plugins]]
 
* [[Tutorial:Plugins]]
 
* [http://developer.joomla.org/tutorials/184-how-to-create-a-joomla-plugin.html How to create a Joomla! Plugin]
 
* [http://developer.joomla.org/tutorials/184-how-to-create-a-joomla-plugin.html How to create a Joomla! Plugin]
 +
* [http://tushev.org/articles/programming/18-how-to-create-an-editor-button-editors-xtd-plugin-for-joomla How to create editors-xtd (editor button) plugin]
 
* [[How to create a content plugin]]
 
* [[How to create a content plugin]]
 
* [[How to create a search plugin]]
 
* [[How to create a search plugin]]

Revision as of 11:17, 1 November 2010

<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>


A complete contents list of all pages of interest to developers can be found in the development category.

Reference Material[edit]

Articles and Tutorials[edit]

General[edit]

Components[edit]

Developing a Model-View-Controller (MVC) Component Joomla 1.5[edit]

Developing a Model-View-Controller (MVC) Component Joomla 1.6[edit]


Other component topics[edit]

Modules[edit]

Plugins[edit]

Templates[edit]

Parameters[edit]

See also: Category:Parameters

Core extensions summary[edit]

Security[edit]

Database[edit]

Localisation[edit]

Access Control[edit]

Miscellaneous[edit]

Contributing to Joomla Development[edit]

The development of Joomla itself is carried out by the Development Working Group and third party developers.

Contributing to Joomla Developer Documentation[edit]

The development of Joomla developer documentation is carried out primarily by the Documentation Working Group. There are currently two sub-projects of interest to developers:

When creating a new page, ensure you place the following marker at the bottom of the page so it is included in the category list:

[[Category:Development]]

If you locate other articles you think are relevant to developers, please add this marker to those pages.

Suggested topics[edit]

This is a short list of articles that might be written to support developers. Please feel free to add further topic ideas.

Joomla Security Guide[edit]

Developers should also be aware of security issues. Template:Security Guide