CMS  Version 3.9
redirect_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("redirect", "component");
18 
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 
29  {
30  $this->component_name = "redirect";
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