Portal

Difference between revisions of "Developers"

From Joomla! Documentation

(Replaced links to dev site)
Line 29: Line 29:
  
 
[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://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_1 Developing a Model-View-Controller Component - Part 1]
 +
 +
[http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_2_-_Adding_a_Model Developing a Model-View-Controller Component - Part 2 - Adding a Model]
 +
 +
[http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_3_-_Using_the_Database Developing a Model-View-Controller Component - Part 3 - Using the Database]
 +
 +
[http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_4_-_Creating_an_Administrator_Interface Developing a Model-View-Controller Component - Part 4 - Creating an Administrator Interface]
  
 
== Cookie Jar ==
 
== Cookie Jar ==

Revision as of 15:21, 27 July 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>


Participation[edit]

Reference Pages[edit]

Peruse all pages in the Category:Development category.

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

[[Category:Development]]

If you locate other articles you thing that are relevant to developer, please add this marker to those pages.

Articles and Tutorials on developer.joomla.org[edit]

Localization Advancements in Joomla! 1.5

Understanding Output Overrides in Joomla! 1.5

Preventing SQL Injections

How to create a Joomla! Plugin

Developing a Model-View-Controller Component - Part 1

Developing a Model-View-Controller Component - Part 2 - Adding a Model

Developing a Model-View-Controller Component - Part 3 - Using the Database

Developing a Model-View-Controller Component - Part 4 - Creating an Administrator Interface

Cookie Jar[edit]

Articles that need to be written.