Missing Method in ArticlesController

Error: The action www.arrovs.tk is not defined in controller ArticlesController

Error: Create ArticlesController::www.arrovs.tk() in file: gamedev.lv/controllers/articles_controller.php.

<?php
class ArticlesController extends AppController {

	var $name = 'Articles';


	function www.arrovs.tk() {

	}

}
?>

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