J1.5

Difference between revisions of "Developing a MVC Component"

From Joomla! Documentation

m (Added version warning.)
m (Updated links.)
Line 1: Line 1:
 
{{Template:Warning|This guide is for Joomla {{JVer|1.5}}. If you are working with Joomla {{JVer|1.6}} {{JVer|1.7}} or {{JVer|2.5}}, please go to [[Developing a Model-View-Controller Component/2.5|this guide]]}}
 
{{Template:Warning|This guide is for Joomla {{JVer|1.5}}. If you are working with Joomla {{JVer|1.6}} {{JVer|1.7}} or {{JVer|2.5}}, please go to [[Developing a Model-View-Controller Component/2.5|this guide]]}}
 
==Table of Contents==
 
==Table of Contents==
* [[Developing a Model-View-Controller Component - Part 1]]
+
# [[Developing a Model-View-Controller Component/1.5/Introduction|Introduction]]
* [[Developing a Model-View-Controller Component - Part 2 - Adding a Model]]
+
# [[Developing a Model-View-Controller Component/1.5/Adding a Model|Adding a Model]]
* [[Developing a Model-View-Controller Component - Part 3 - Using the Database]]
+
# [[Developing a Model-View-Controller Component/1.5/Using the Database|Using the Database]]
* [[Developing a Model-View-Controller Component - Part 4 - Creating an Administrator Interface]]
+
# [[Developing a Model-View-Controller Component/1.5/Creating an Administrator Interface|Creating an Administrator Interface]]
* [[Developing a Model-View-Controller Component - Part 5 - Basic Backend Framework]]
+
# [[Developing a Model-View-Controller Component/1.5/Basic Backend Framework|Basic Backend Framework]]
* [[Developing a Model-View-Controller Component - Part 6 - Adding Backend Actions]]
+
# [[Developing a Model-View-Controller Component/1.5/Adding Backend Actions|Adding Backend Actions]]

Revision as of 13:48, 6 August 2012

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Stop hand nuvola.svg.png
Warning!

This guide is for Joomla Joomla 1.5. If you are working with Joomla Joomla 1.6 Joomla 1.7 or Joomla 2.5, please go to this guide

Table of Contents[edit]

  1. Introduction
  2. Adding a Model
  3. Using the Database
  4. Creating an Administrator Interface
  5. Basic Backend Framework
  6. Adding Backend Actions