Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
fix () | |
getItems () | |
getPagination () | |
getSchemaVersion () | |
fixSchemaVersion ($changeSet) | |
getUpdateVersion () | |
fixUpdateVersion () | |
getDefaultTextFilters () | |
fixDefaultTextFilters () | |
Fonctions membres publiques inherited from InstallerModel | |
__construct ($config=array()) | |
Fonctions membres publiques inherited from JModelList | |
getTotal () | |
getStart () | |
getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) | |
Fonctions membres publiques inherited from JModel | |
getDbo () | |
getName () | |
getState ($property=null, $default=null) | |
getTable ($name= '', $prefix= 'Table', $options=array()) | |
setDbo (&$db) | |
setState ($property, $value=null) | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Fonctions membres protégées | |
populateState ($ordering=null, $direction=null) | |
Fonctions membres protégées inherited from InstallerModel | |
_getList ($query, $limitstart=0, $limit=0) | |
Fonctions membres protégées inherited from JModelList | |
_getListQuery () | |
getListQuery () | |
getStoreId ($id= '') | |
Fonctions membres protégées inherited from JModel | |
_getListCount ($query) | |
_createTable ($name, $prefix= 'Table', $config=array()) | |
populateState () | |
cleanCache ($group=null, $client_id=0) |
Attributs protégés | |
$_context = 'com_installer.discover' |
InstallerModelDatabase::fix | ( | ) |
Fixes database problems
InstallerModelDatabase::fixDefaultTextFilters | ( | ) |
For version 2.5.x only Check if com_config parameters are blank. If so, populate with com_content text filters.
Références JTable\getInstance(), et JComponentHelper\getParams().
InstallerModelDatabase::fixSchemaVersion | ( | $changeSet | ) |
Fix schema version if wrong
JSchemaChangeSet |
Références $db, $query, $version, et JFactory\getDbo().
InstallerModelDatabase::fixUpdateVersion | ( | ) |
Fix Joomla version in #__extensions table if wrong (doesn't equal JVersion short version)
Références JTable\getInstance().
InstallerModelDatabase::getDefaultTextFilters | ( | ) |
For version 2.5.x only Check if com_config parameters are blank.
Références JTable\getInstance().
InstallerModelDatabase::getItems | ( | ) |
Gets the changeset object
Réimplémentée à partir de JModelList.
Références $folder, JFactory\getDbo(), JSchemaChangeset\getInstance(), et JPATH_ADMINISTRATOR.
InstallerModelDatabase::getPagination | ( | ) |
Method to get a JPagination object for the data set.
Réimplémentée à partir de JModelList.
InstallerModelDatabase::getSchemaVersion | ( | ) |
Get version from #__schemas table
Exception |
Références $db, $query, et JFactory\getDbo().
InstallerModelDatabase::getUpdateVersion | ( | ) |
Get current version from #__extensions table
Références JTable\getInstance().
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Réimplémentée à partir de JModelList.
Références $app, et JFactory\getApplication().
|
protected |