__construct() public method

public __construct ( )
コード例 #1
0
ファイル: menus_images.php プロジェクト: Moro3/duc
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_menus_images';
     $this->MY_table = 'menus_images';
     //library for resize
     // gd2|imagemagick
     $this->lib_resize = 'gd2';
     //path for imagemagick library
     $this->path_imagemagick = 'Z:\\usr\\local\\ImageMagick-6.8.4-Q16';
 }
コード例 #2
0
ファイル: menus_api.php プロジェクト: Moro3/duc
 function __construct()
 {
     parent::__construct();
     // Load the library "lib_menus_types"
     $this->load->driver('lib_menus_types');
     /*
     $this->config->load('lib_menus_types', TRUE);
     $this->valid_drivers = $this->config->item('type', 'lib_menus_types');
     foreach($this->valid_drivers as $value){
         $this->prefix[] = str_replace('lib_menus_types_','',$value);
     }
     */
 }
コード例 #3
0
ファイル: menus_settings.php プロジェクト: Moro3/duc
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_menus_settings';
 }
コード例 #4
0
ファイル: menus_groups.php プロジェクト: Moro3/duc
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_menus_groups';
 }
コード例 #5
0
ファイル: menus_events.php プロジェクト: Moro3/duc
 function __construct()
 {
     parent::__construct();
 }