Missing Controller
Error: TemperatureController could not be found.
Error: Create the class TemperatureController below in file: app/controllers/temperature_controller.php
<?php
class TemperatureController extends AppController {
var $name = 'Temperature';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
