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



