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