コード例 #1
0
ファイル: schoolcourse.php プロジェクト: seans888/APC-CPO
 function schoolcourse()
 {
     $this->fields = schoolcourse_dd::load_dictionary();
     $this->relations = schoolcourse_dd::load_relationships();
     $this->subclasses = schoolcourse_dd::load_subclass_info();
     $this->table_name = schoolcourse_dd::$table_name;
     $this->tables = schoolcourse_dd::$table_name;
 }
コード例 #2
0
ファイル: schoolcourse_rpt.php プロジェクト: seans888/APC-CPO
 function schoolcourse_rpt()
 {
     $this->fields = schoolcourse_dd::load_dictionary();
     $this->relations = schoolcourse_dd::load_relationships();
     $this->subclasses = schoolcourse_dd::load_subclass_info();
     $this->table_name = schoolcourse_dd::$table_name;
     $this->tables = schoolcourse_dd::$table_name;
     $this->readable_name = schoolcourse_dd::$readable_name;
     $this->get_report_fields();
 }