39 require_once realpath(dirname(__FILE__).
"/../../../../framework/data_item.inc");
48 var
$fields = array(
"component_id" => Number,
52 "description" => Text,
55 "component_path" => String,
56 "last_modified" => Timestamp);
64 ->bind(
":i", $this->name)
72 return prettify($this->name);
93 return Query::create(
Component,
"WHERE name=:n")->bind(
":n",
$name)->executeSingle();
100 if (class_exists(
$cl))
static getComponent($name)
static using()
Import the datamodels, views and manifest for the specified component(s).
static getComponentClassRoot($name)
Retrieves the capitalized camlCase name for the specified component.