<?php

require_once "../../../bootstrap.php";
WeatherStationHeatIndex::main($_SERVER["argv"]);
コード例 #2
0
ファイル: index.php プロジェクト: JarJarMP/MyToolbox
<?php

require_once 'WeatherStation.php';
require_once 'WeatherStationHeatIndex.php';
WeatherStation::index();
WeatherStationHeatIndex::index();