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 
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 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116