CMS
Version 3.9
redirect_upgrade_manager.inc
Go to the documentation of this file.
1
<?php
17
Fakoli::using
(
"redirect"
,
"component"
);
18
19
class
RedirectUpgradeManager
extends
UpgradeManager
20
{
21
var
$updateMap
= array(
22
"1.0"
=>
"sql:Added redirect table"
,
23
"1.1"
=>
"sql:Added override field to redirect table"
,
24
"1.2"
=>
"sql:Added exemption_flag and exemption_roles fields to redirect table"
,
25
"1.3"
=>
"sql:Added preserve_query_string flag to redirect table"
26
);
27
28
function
RedirectUpgradeManager
()
29
{
30
$this->component_name =
"redirect"
;
31
32
// sets the sqlFile name according to default
33
parent::UpgradeManager();
34
}
35
}
36
?>
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
RedirectUpgradeManager
Definition:
redirect_upgrade_manager.inc:20
RedirectUpgradeManager\$updateMap
$updateMap
Definition:
redirect_upgrade_manager.inc:21
RedirectUpgradeManager\RedirectUpgradeManager
RedirectUpgradeManager()
Definition:
redirect_upgrade_manager.inc:28
UpgradeManager
Definition:
upgrade_manager.inc:192
code
cms.sonjara.com
cms
components
redirect
redirect_upgrade_manager.inc
Generated on Tue Mar 23 2021 15:36:14 for CMS by
1.9.1