Prev Chapter 2. Basics Next

2.5. Database Access

VM uses its own database access class for dealing with the database.

The database class file is

/administrator/components/com_virtuemart/classes/ps_database.php.

This database class uses Joomla's global database object and provides additional functions, to be able to use older phpShop code. So this class is just a wrapper class for Joomla's database object and doesn't open new connections to the database!