Notice (8): Undefined offset: 1 [APP/app_controller.php, line 1334]
Notice (8): Undefined index: ts [APP/app_controller.php, line 450]
- -

Missing Method in ProductsController

Error: The action contacts is not defined in controller ProductsController

Error: Create ProductsController::contacts() in file: app/controllers/products_controller.php.

<?php
class ProductsController extends AppController {

	var $name = 'Products';


	function contacts() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp