CMS  Version 3.9
rating_upgrade_manager.inc
Go to the documentation of this file.
1 <?php
17 Fakoli::using("rating", "component");
18 
20 {
21  var $updateMap = array(
22  "1.0" => "sql:Create rating table and rating_statistics view",
23  "1.1" => "sql:Added an index to rating table to improve performance"
24  );
25 
27  {
28  $this->component_name = "rating";
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