Class flTemplateDbInstaller
flTemplateDbInstaller Class
Class to provide the functionality to install, upgrade and remove the database
tables optionally used by the template engine.
-
flDbInstallerInterface
-
flTemplateDbInstaller
Package: fusionLib
Located at system/libs/Template/flTemplateDbInstaller.php
Methods summary
public
|
#
install( flDb $db )
Install or upgrade the database.
Install or upgrade the database.
Parameters
- $db
- The database object through which to access the database.
|
public
|
#
uninstall( flDb $db )
Uninstall the database, all data is lost.
Uninstall the database, all data is lost.
Parameters
- $db
- The database object through which to access the database.
|