advanced find

Prometheus Radio Project
Version 2.8

Missing Method in UsersController

Error: The action channel_summary is not defined in controller UsersController

Error: Create UsersController::channel_summary() in file: a4/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function channel_summary() {

	}

}
?>

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

HELP TEXT DIV