Missing Method in PagesController

You are seeing this error because the action dranken.html is not defined in controller PagesController

Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.

Fatal: Create Method:

<?php
    class PagesController extends AppController
    {
        function dranken.html()
        {

        }
    }
?>

in file : app/controllers/pages_controller.php

Error: Unable to execute action dranken.html in PagesController