SimpleDesk API
Procedural File: install.php
Source Location: /install.phpThis script prepares the database for all the tables and other database changes that SimpleDesk requires.
NOTE: This script is meant to run using the <database></database> elements of the package-info.xml file. This is so that admins have the choice to uninstall any database data installed with the mod. Also, since using the <database> elements automatically calls on db_extend('packages'), we will only be calling that if we are running this script standalone.
Tags:
- since
- 1.0
Includes:
require_once(dirname(__FILE__).'/SSI.php') [line 37]
Before attempting to execute, this file attempts to load SSI.php to enable access to the database functions.
Before attempting to execute, this file attempts to load SSI.php to enable access to the database functions.



