Archived

Archived:Creating a simple module/Using the Database

From Joomla! Documentation

Revision as of 13:25, 10 May 2013 by Wilsonge (talk | contribs) (Create page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Many modules in Joomla require using a database. It is assumed in this tutorial that you already understand the basics of using the JDatabase class. If you don't please read the documentation on accessing the database using JDatabase before continuing this tutorial

Creating a table on install

Making the request in the helper file