25
Aug/090
Aug/090
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/090
Aug/090
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