Portal

Difference between revisions of "Using the Database"

From Joomla! Documentation

(new page)
 
m (added Category:Database using HotCat)
Line 8: Line 8:
  
 
If you are developing a Joomla! [[Extension]]([[component]], [[plugin]], or [[module]]) you will need to know the basics on how Joomla! interacts and uses the database.
 
If you are developing a Joomla! [[Extension]]([[component]], [[plugin]], or [[module]]) you will need to know the basics on how Joomla! interacts and uses the database.
 +
 +
[[Category:Database]]

Revision as of 22:03, 29 September 2013

Documentation all together tranparent small.png
Under Construction

This portal or component is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well. If this portal or component has not been edited in several days, please remove this template.
This page was last edited by Tom Hutchison (talk| contribs) 10 years ago. (Purge)


Every Joomla! installation requires a database. The database is used to store all the CMS's content(articles, categories, menus, etc.) Simply put, the content of the website being created with Joomla! is held entirely in the database. Only media(images, videos, sounds) is kept in a file format in the directory structure.

The database will be created automatically when you use a One-click installer which are sometimes provided by hosting companies. If you are installing Joomla! manually, you will need to create a database before you begin installation.

Extension Development and the Database[edit]

If you are developing a Joomla! Extension(component, plugin, or module) you will need to know the basics on how Joomla! interacts and uses the database.