CMS
Version 3.9
html_editor_upgrade_manager.inc
Go to the documentation of this file.
1
<?php
7
Fakoli::using
(
"html_editor"
,
"component"
);
8
9
class
HtmlEditorUpgradeManager
extends
UpgradeManager
10
{
11
var
$updateMap
= array(
12
"1.0"
=>
"sql:Initial Installation"
,
13
"1.1"
=>
"sql:Created snippet table"
,
14
"1.2"
=>
"sql:Added description field to snippet table"
,
15
"1.3"
=>
"sql:Change type and format of CSS_files setting"
16
);
17
18
function
__construct
()
19
{
20
$this->component_name =
"html_editor"
;
21
22
parent::UpgradeManager();
23
}
24
}
25
?>
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
HtmlEditorUpgradeManager
Definition:
html_editor_upgrade_manager.inc:10
HtmlEditorUpgradeManager\$updateMap
$updateMap
Definition:
html_editor_upgrade_manager.inc:11
HtmlEditorUpgradeManager\__construct
__construct()
Definition:
html_editor_upgrade_manager.inc:18
UpgradeManager
Definition:
upgrade_manager.inc:192
code
cms.sonjara.com
cms
components
html_editor
html_editor_upgrade_manager.inc
Generated on Tue Mar 23 2021 15:36:13 for CMS by
1.9.1