Contents
How to develop a model view controller in Joomla?
Joomla! This is a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! Version. Begin with the Introduction, and navigate the articles in this series by using the navigation button at the bottom or the box to the right (the Articles in this series ).
How to add a CAPTCHA plugin to Joomla?
To get this working you need to install a captcha plugin from the selection available for Joomla.
How to create a mvc component in Joomla?
Version. Begin with the Introduction, and navigate the articles in this series by using the navigation button at the bottom or the box to the right (the Articles in this series ). This tutorial is part of the Developing a MVC Component for Joomla! 3.x tutorial.
This is a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! Version. Begin with the Introduction, and navigate the articles in this series by using the navigation button at the bottom or the box to the right (the Articles in this series ).
Begin with the Introduction, and navigate the articles in this series by using the navigation button at the bottom or the box to the right (the Articles in this series ). This tutorial is part of the Developing a MVC Component for Joomla! 3.x tutorial.
Is there a way to automatically resize images in Joomla?
Many Joomla users have faced the question of how to automatically create images of a standard size. The SmartResizer plug-in is a great solution. SmartResizer not only takes care of images in your articles, but can also create thumbnails for different layouts such as blogs.
How to add a view to a Joomla site?
JViewLegacy is a base class for a Joomla! View. In our case, this method will display data using the tmpl/default.php file. Caveat: If your view needs to load or otherwise embed individual JavaScript code, do not do that in the view, as the code might not get included when caching is enabled.