Missing Method in PageController

Error: The action products is not defined in controller PageController

Error: Create PageController::products() in file: app/controllers/page_controller.php.

<?php
class PageController extends AppController {

	var $name = 'Page';


	function products() {

	}

}
?>

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

© 2012 Ultrafabrics, LLC.  |  Selling Policy (Terms & Conditions)