ユーティリティ・食品機器設備
省エネシステム「ボイラ・システム」
加熱機器
冷却・冷凍機器
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Use of "static" in callables is deprecated
COREPATH/classes/security.php @ line 148:
147: // is this filter a callable local function?
148: if (is_string($filter) and is_callable('static::'.$filter))
149: {
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Use of "static" in callables is deprecated
COREPATH/classes/security.php @ line 148:
147: // is this filter a callable local function?
148: if (is_string($filter) and is_callable('static::'.$filter))
149: {
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Fuel\Core\Database_PDO_Cached::$result is deprecated
COREPATH/classes/database/result.php @ line 58:
57: // Store the result locally
58: $this->result = $result;
59:
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Fuel\Core\Database_PDO_Cached::$result is deprecated
COREPATH/classes/database/result.php @ line 58:
57: // Store the result locally
58: $this->result = $result;
59:
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$current_lang is deprecated
APPPATH/classes/controller/publicbase.php @ line 79:
78: //言語情報を取得
79: $this->current_lang = App::cache('common.current_lang',function(){
80: //return Model_Mst_Lang::find_by_code(App::lang_code());
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$current_config is deprecated
APPPATH/classes/controller/publicbase.php @ line 110:
109: //サイト設定を取得('related'を設定することで負荷軽減&高速化)
110: $this->current_config = App::cache('common.current_config',function(){
111: return Model_Mst_Config::find('first',array(
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$current_org is deprecated
APPPATH/classes/controller/publicbase.php @ line 177:
176: //組織設定を取得('related'を設定することで負荷軽減&高速化)
177: $this->current_org = App::cache('common.current_org',function(){
178: return Model_Mst_Org::find('first',array(
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$lang_list is deprecated
APPPATH/classes/controller/publicbase.php @ line 185:
184: //言語リスト取得(無名関数を渡す)
185: $this->lang_list = App::cache('common.lang_list',function(){
186: return Model_Mst_Lang::find('all',array(
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$font_size_list is deprecated
APPPATH/classes/controller/publicbase.php @ line 199:
198: }else{
199: $this->font_size_list = null;
200: $this->current_font_size = null;
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$current_font_size is deprecated
APPPATH/classes/controller/publicbase.php @ line 200:
199: $this->font_size_list = null;
200: $this->current_font_size = null;
201: }
Runtime Deprecated code usage!
Fuel\Core\PhpErrorException [ Runtime Deprecated code usage ]: Creation of dynamic property Controller_Public::$header_menu_list is deprecated
APPPATH/classes/controller/publicbase.php @ line 204:
203: //ヘッダメニュー取得
204: $this->header_menu_list = App::cache('common.header_menu_list',function(){
205: return Model_Mst_Menu::get_list_node(null, App::lang_id(), array(