Login Model
Located in /administrator/components/com_login/models/login.php (line 19)
JObject | --JModel | --LoginModelLogin
Inherited from JModel
JModel::$event_clean_cache
JModel::$name
JModel::$option
JModel::$state
JModel::$_db
JModel::$__state_set
Inherited from JObject
JObject::$_errors
Get the administrator login module by name (real, eg 'login' or folder, eg 'mod_login')
Load login modules.
Note that we load regardless of state or access level since access for public is the only thing that makes sense since users are not logged in and the module lets them log in. This is put in as a failsafe to avoid super user lock out caused by an unpublished login module or by a module set to have a viewing access level that is not Public.
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Inherited From JModel
JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:56:27 -0500 by phpDocumentor 1.4.4