예제 #1
0
 function __construct()
 {
     parent::__construct('MenuType', 'menu_types', 'id');
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct('Category', 'categories', 'id');
 }
예제 #3
0
 function __construct()
 {
     parent::__construct('module', 'modules', 'id');
 }
예제 #4
0
 function __construct()
 {
     parent::__construct('Extension', 'extensions', 'extension_id');
 }
예제 #5
0
 function __construct()
 {
     parent::__construct('Menu', 'menu', 'id');
 }
예제 #6
0
 function __construct()
 {
     parent::__construct('content', 'content', 'id');
 }