Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($db) | |
check () | |
bind ($array, $ignore='') | |
find ($options=array()) | |
Fonctions membres publiques hérités de Table | |
__construct ($table, $key, $db) | |
attachObserver (\JObserverInterface $observer) | |
getObserverOfClass ($observerClass) | |
getFields ($reload=false) | |
appendPrimaryKeys ($query, $pk=null) | |
getTableName () | |
getKeyName ($multiple=false) | |
getDbo () | |
setDbo ($db) | |
setRules ($input) | |
getRules () | |
reset () | |
bind ($src, $ignore=array()) | |
load ($keys=null, $reset=true) | |
check () | |
save ($src, $orderingFilter='', $ignore='') | |
checkOut ($userId, $pk=null) | |
checkIn ($pk=null) | |
hasPrimaryKey () | |
hit ($pk=null) | |
isCheckedOut ($with=0, $against=null) | |
getNextOrder ($where='') | |
getPrimaryKey (array $keys=array()) | |
reorder ($where='') | |
move ($delta, $where='') | |
publish ($pks=null, $state=1, $userId=0) | |
getColumnAlias ($column) | |
setColumnAlias ($column, $columnAlias) | |
hasField ($key) | |
Fonctions membres publiques hérités de JObservableInterface | |
attachObserver (JObserverInterface $observer) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de Table | |
static | getInstance ($type, $prefix='JTable', $config=array()) |
static | addIncludePath ($path=null) |
Fonctions membres protégées hérités de Table | |
_getAssetName () | |
_getAssetTitle () | |
_lock () | |
_unlock () | |
Attributs protégés hérités de Table | |
$_tbl = '' | |
$_tbl_key = '' | |
$_tbl_keys = array() | |
$_db | |
$_trackAssets = false | |
$_rules | |
$_locked = false | |
$_autoincrement = true | |
$_observers | |
$_columnAlias = array() | |
$_jsonEncode = array() | |
$_supportNullValue = false | |
Update table Stores updates temporarily
__construct | ( | $db | ) |
bind | ( | $array, | |
$ignore = '' |
|||
) |
Overloaded bind function
array | $array | Named array |
mixed | $ignore | An optional array or space separated list of properties to ignore while binding. |
check | ( | ) |
Overloaded check function
Références name.
find | ( | $options = array() | ) |