Programming technique based on using classes, objects, and methods - an approach to designing modular reusable software systems. Joomla is based on OOP. Solid understanding on OOP is a key plus when working with Joomla programs.
Programming technique based on using classes, objects, and methods - an approach to designing modular reusable software systems. Joomla is based on OOP. Solid understanding on OOP is a key plus when working with Joomla programs.
A module that helps to display the location of each page as you browse through all the pages on the site. Speaking of navigation, links like Home >> Dream >> Corners are called breadcrumbs. Breadcrumbs appear by default; you can turn them off in Module Manager.
The database table prefix is a string (a few characters long) prepended to the name of Joomla!'s tables. Using a prefix enables you to run multiple installations of Joomla! using a single database.
The database table prefix can be set during installation. Changing it later is possible, but requires access to the database through a non-Joomla medium or a Joomla Extension such as Akeeba Admin Tools and will cause some downtime.
Extension developers need to use the string #__ to represent the prefix. This will be replaced by the real prefix during runtime by Joomla.
Reference: http://docs.joomla.org/Glossary