The experience
is the architecture.

Usable products designed and developed with HTML, CSS, and JavaScript

Missing Method in AmfController

Error: The action work.html is not defined in controller AmfController

Error: Create AmfController::work.html() in file: app/controllers/amf_controller.php.

<?php
class AmfController extends AppController {

	var $name = 'Amf';


	function work.html() {

	}

}
?>

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

Valid HTML 4.01 Strict    Valid CSS!    Powered by CakePHP