コード例 #1
0
ファイル: DataGrid.php プロジェクト: demental/m
 function __construct($controller)
 {
     M_Office_View_List::M_Office_View_List($controller);
 }
コード例 #2
0
ファイル: DOPaging.php プロジェクト: demental/m
 public function __construct(&$controller)
 {
     parent::__construct($controller);
 }
コード例 #3
0
ファイル: tree.php プロジェクト: demental/m
 function M_Office_View_DataGrid(&$controller)
 {
     M_Office_View_List::M_Office_View_List($controller);
 }