People's Pharmacy

About Us Services Contact Us | Question? Call 441.292.7527

STORE:

Missing Method in ProductsController

Error: The action www.curls.biz is not defined in controller ProductsController

Error: Create ProductsController::www.curls.biz() in file: app/controllers/products_controller.php.

<?php
class ProductsController extends AppController {

	var $name = 'Products';


	function www.curls.biz() {

	}

}
?>

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