P18X Tutorial about Joomla component development


25
Aug/09
0

joomla 1.6 native MVC component tutorial 2: Component structure

Lets go even further with our component and use the MVC concept. The controller will load the view and bind the model, the view will call a model function the will return the information, after that will pass the information to the layout to be displayed

15
Aug/09
0

Joomla 1.6 native MVC blog component tutorial 1: the basics

This is the first part of a series of tutorials about Joomla 1.6 native MVC component development. In this part we'll go over the basic stuff: directory structure, what files go where, what they represent. Also we'll talk about some theoretical stuff about what exactly MVC is in Joomla. I hope you'll enjoy it.