J2.5:Developing a MVC Component
From Joomla! Documentation
(Difference between revisions)
(Created page with "==Table of Contents== * Introduction {{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!1...") |
m (Remove transclusion (this page will become the new transcluded chunk).) |
||
| Line 1: | Line 1: | ||
| − | == | + | ==Articles in this Series== |
| − | + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!1.6|Introduction]] | |
| − | + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 01|Developing a Basic Component]] | |
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 02|Adding a view to the site part]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 03|Adding a menu type to the site part]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 04|Adding a model to the site part]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 05|Adding a variable request in the menu type]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 06|Using the database]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 07|Basic backend]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 08|Adding language management]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 09|Adding backend actions]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 10|Adding decorations to the backend]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 11|Adding verifications]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 12|Adding categories]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 13|Adding configuration]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 14|Adding ACL]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 15|Adding an install/uninstall/update script file]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 16|Using the language filter facility]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 17|Adding an update server]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 18|Example of a Frontend Update Function]] | ||
| + | # [[Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Part 19|Example of Menu Parameters & Stylesheets]] | ||
Revision as of 14:22, 6 August 2012
Articles in this Series
- Introduction
- Developing a Basic Component
- Adding a view to the site part
- Adding a menu type to the site part
- Adding a model to the site part
- Adding a variable request in the menu type
- Using the database
- Basic backend
- Adding language management
- Adding backend actions
- Adding decorations to the backend
- Adding verifications
- Adding categories
- Adding configuration
- Adding ACL
- Adding an install/uninstall/update script file
- Using the language filter facility
- Adding an update server
- Example of a Frontend Update Function
- Example of Menu Parameters & Stylesheets