Missing Method in ClientsController
Error: The action www.twitter.com is not defined in controller ClientsController
Error: Create ClientsController::www.twitter.com() in file: app/controllers/clients_controller.php.
<?php
class ClientsController extends AppController {
var $name = 'Clients';
function www.twitter.com() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp
