Chunk

Difference between revisions of "Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Contents"

From Joomla! Documentation

(Hardcode 2.5 image in)
m (checking navigation changes)
Line 1: Line 1:
{{ambox
+
<div class="column" style="font-size:.85em; float:right; width:auto; max-width:450px;">
| image = 2.5
+
# [[J2.5:Developing a MVC Component/Introduction|Introduction]]
| type = none
+
# [[J2.5:Developing a MVC Component/Developing a Basic Component|Developing a Basic Component]]
| imageright = [[File:Crystal Clear app help index.png|30px|link=|alt=]]
+
# [[J2.5:Developing a MVC Component/Adding a view to the site part|Adding a view to the site part]]
| text = <div style="margin-top:-3px; text-align:center; padding:3px">{{#if:{{{noheader|}}}||
+
# [[J2.5:Developing a MVC Component/Adding a menu type to the site part|Adding a menu type to the site part]]
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size: 125%">'''Developing a Model-View-Controller (MVC) Component'''</span></div>}}
+
# [[J2.5:Developing a MVC Component/Adding a model to the site part|Adding a model to the site part]]
<div class="hlist" style="font-size:.9em;">
+
# [[J2.5:Developing a MVC Component/Adding a variable request in the menu type|Adding a variable request in the menu type]]
*&nbsp;[[J2.5:Developing a MVC Component/Introduction|Introduction]]
+
# [[J2.5:Developing a MVC Component/Using the database|Using the database]]
*&nbsp;[[J2.5:Developing a MVC Component/Developing a Basic Component|Developing a Basic Component]]
+
# [[J2.5:Developing a MVC Component/Basic backend|Basic backend]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding a view to the site part|Adding a view to the site part]]
+
# [[J2.5:Developing a MVC Component/Adding language management|Adding language management]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding a menu type to the site part|Adding a menu type to the site part]]
+
# [[J2.5:Developing a MVC Component/Adding backend actions|Adding backend actions]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding a model to the site part|Adding a model to the site part]]
+
# [[J2.5:Developing a MVC Component/Adding decorations to the backend|Adding decorations to the backend]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding a variable request in the menu type|Adding a variable request in the menu type]]
+
# [[J2.5:Developing a MVC Component/Adding verifications|Adding verifications]]
*&nbsp;[[J2.5:Developing a MVC Component/Using the database|Using the database]]
+
# [[J2.5:Developing a MVC Component/Adding categories|Adding categories]]
*&nbsp;[[J2.5:Developing a MVC Component/Basic backend|Basic backend]]
+
# [[J2.5:Developing a MVC Component/Adding configuration|Adding configuration]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding language management|Adding language management]]
+
# [[J2.5:Developing a MVC Component/Adding ACL|Adding ACL]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding backend actions|Adding backend actions]]
+
# [[J2.5:Developing a MVC Component/Adding an install-uninstall-update script file|Adding an install/uninstall/update script file]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding decorations to the backend|Adding decorations to the backend]]
+
# [[J2.5:Developing a MVC Component/Using the language filter facility|Using the language filter facility]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding verifications|Adding verifications]]
+
# [[J2.5:Developing a MVC Component/Adding an update server|Adding an update server]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding categories|Adding categories]]
+
# [[J2.5:Developing a MVC Component/Example of a frontend update function|Example of a Frontend Update Function]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding configuration|Adding configuration]]
+
# [[J2.5:Developing a MVC Component/Example of menu parameters and stylesheets|Example of Menu Parameters & Stylesheets]]
*&nbsp;[[J2.5:Developing a MVC Component/Adding ACL|Adding ACL]]
+
</div>
*&nbsp;[[J2.5:Developing a MVC Component/Adding an install-uninstall-update script file|Adding an install/uninstall/update script file]]
+
__TOC__
*&nbsp;[[J2.5:Developing a MVC Component/Using the language filter facility|Using the language filter facility]]
 
*&nbsp;[[J2.5:Developing a MVC Component/Adding an update server|Adding an update server]]
 
*&nbsp;[[J2.5:Developing a MVC Component/Example of a frontend update function|Example of a Frontend Update Function]]
 
*&nbsp;[[J2.5:Developing a MVC Component/Example of menu parameters and stylesheets|Example of Menu Parameters & Stylesheets]]
 
</div></div>}}
 
{{RightTOC}}
 
 
<includeonly>[[Category:Tutorials in a Series]]</includeonly>
 
<includeonly>[[Category:Tutorials in a Series]]</includeonly>
 
<noinclude>[[Category:Tutorial Series Templates]]</noinclude>
 
<noinclude>[[Category:Tutorial Series Templates]]</noinclude>

Revision as of 16:21, 31 August 2013