Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18755 программистов и 1632 робота. Сейчас ищет 1671 программист ...
Auth::start()
Вернуться к: Auth
Auth::start()
Auth::start() – start authentication
Synopsis
void Auth::start ( )
Start the authentication process. To do this Auth checks for an existing session and checks its validity. If there is no existing session or the previous session has been ended for some reason then the login form is generated either via the specified callback or using the default form implemented in Auth_Frontend_HTML.
Note
This function can not be called statically.
Вернуться к: Auth