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