Controller::findInvalid() (Previous) (Next) Controller::getNextName()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Controller::getActionName()

Controller::getActionName() -- Finds the names of the current page and the current action.

Opis

This method searches the $_REQUEST array for an element with a special name and splits the name into page name and action. If such an element is not found, the first page will be default and 'display' the default action.

Zwracana wartość

returns first element is page name, second is action name

Wyjątki

throws no exceptions thrown

Uwagi

Ta funkcja nie może być wywołana statycznie.

Controller::findInvalid() (Previous) (Next) Controller::getNextName()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.