◆ __construct()
Constructor
- Paramètres
-
Références $db.
◆ bind()
bind |
( |
|
$array, |
|
|
|
$ignore = '' |
|
) |
| |
Overloaded bind function
- Paramètres
-
array | $array | Named array |
mixed | $ignore | An optional array or space separated list of properties to ignore while binding. |
- Renvoie
- mixed Null if operation was satisfactory, otherwise returns an error string
- Voir également
- JTable::bind
- Depuis
- 3.1
◆ check()
Overloaded check method to ensure data integrity.
- Renvoie
- boolean True on success.
- Depuis
- 3.1
- Exceptions
-
Références $date, $key, $title, language, et title.
◆ delete()
Method to delete a node and, optionally, its child nodes from the table.
- Paramètres
-
integer | $pk | The primary key of the node to delete. |
boolean | $children | True to delete child nodes, false to move them up a level. |
- Renvoie
- boolean True on success.
- Depuis
- 3.1
Références $return.
◆ store()
store |
( |
|
$updateNulls = false | ) |
|
Overriden JTable::store to set modified data and user id.
- Paramètres
-
boolean | $updateNulls | True to update fields even if they are null. |
- Renvoie
- boolean True on success.
- Depuis
- 3.1
Références $date, et $user.
La documentation de cette classe a été générée à partir du fichier suivant :