/****************************************************** ' System :Eco-footprint 会員ページ ' Content:照明エコ診断 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/cnv_unit.php"); include("$inc/cnv_eng_mny.php"); include("$inc/cnv_eng_co2.php"); $inc = "$top/inc"; include("$inc/mypage.php"); include("$inc/sim_define.php"); include("$inc/sim_sub.php"); include("$inc/sim_shoumei.php"); include("$inc/sim_db.php"); include("$inc/sim_total.php"); // エコ診断クラス生成 $sim = new sim_shoumei; // フォームからデータ取得 $sim->lighting_ary = $lighting_ary; $sim->hour_ary = $hour_ary; $sim->lighting_ary_e = $lighting_ary_e; $sim->hour_ary_e = $hour_ary_e; // エコ診断計算 $sim->simulation($energy, $cost, $co2, $msg); // 年間使用量取得 total_use($total_energy, $total_water, $total_cost, $total_co2); ?>