Exemplo n.º 1
0
 function system_skins_rpt()
 {
     $this->fields = system_skins_dd::load_dictionary();
     $this->relations = system_skins_dd::load_relationships();
     $this->subclasses = system_skins_dd::load_subclass_info();
     $this->get_report_fields();
 }
Exemplo n.º 2
0
 function __construct()
 {
     $this->fields = system_skins_dd::load_dictionary();
     $this->relations = system_skins_dd::load_relationships();
     $this->subclasses = system_skins_dd::load_subclass_info();
     $this->table_name = system_skins_dd::$table_name;
     $this->tables = system_skins_dd::$table_name;
 }
Exemplo n.º 3
0
 function system_skins_html()
 {
     $this->fields = system_skins_dd::load_dictionary();
     $this->relations = system_skins_dd::load_relationships();
     $this->subclasses = system_skins_dd::load_subclass_info();
 }