<h1>roryy</h1>

Missing Method in PostsController

Error: The action add is not defined in controller PostsController

Error: Create PostsController::add() in file: app/controllers/posts_controller.php.

<?php
class PostsController extends AppController {

	var $name = 'Posts';


	function add() {

	}

}
?>

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

© Copyright 2008 - roryydotcom

FlatFish Internet Solutions

CakePHP: the rapid development php framework