CMS  Version 3.9
link_library_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("link_library", "component");
18 
20 {
21  var $updateMap = array(
22  "1.1" => "sql:Create tables",
23  "1.2" => "sql:Add enabled flag to link_library",
24  "1.3" => "sql:Added hidden field to link_library",
25  "1.4" => "sql:Added sort_order to link_record"
26  );
27 
29  {
30  $this->component_name = "link_library";
31 
32  // sets the sqlFile name according to default
33  parent::UpgradeManager();
34  }
35 }
36 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116