CMS  Version 3.9
scroll_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("scroll", "component");
18 
20 {
21  var $updateMap = array(
22  "1.0" => "sql:Added scroll and scroll_part tables",
23  "1.1" => "sql:Added styles and image_id fields to scroll_part table"
24  );
25 
27  {
28  $this->component_name = "scroll";
29 
30  // sets the sqlFile name according to default
31  parent::UpgradeManager();
32  }
33 }
34 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116