XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe XoopsModelJoint
+ Graphe d'héritage de XoopsModelJoint:
+ Graphe de collaboration de XoopsModelJoint:

Fonctions membres publiques

 validateLinks ()
 
getByLink (CriteriaElement $criteria=null, $fields=null, $asObject=true, $field_link=null, $field_object=null)
 
 getCountByLink (CriteriaElement $criteria=null)
 
 getCountsByLink (CriteriaElement $criteria=null)
 
 updateByLink ($data, CriteriaElement $criteria=null)
 
 deleteByLink (CriteriaElement $criteria=null)
 
- Fonctions membres publiques hérités de XoopsModelAbstract
 __construct ($args=null, $handler=null)
 
 setHandler ($handler)
 
 setVars ($args)
 

Membres hérités additionnels

- Champs de données hérités de XoopsModelAbstract
 $handler
 

Description détaillée

Object joint handler class.

Auteur
Taiwen Jiang phppp.nosp@m.@use.nosp@m.rs.so.nosp@m.urce.nosp@m.forge.nosp@m..net

XoopsModelAbstract Usage of methods provided by XoopsModelJoint:

Step #1: set linked table and adjoint fields through XoopsPersistableObjectHandler: $handler->table_link = $handler->db->prefix("the_linked_table"); // full name of the linked table that is used for the query $handler->field_link = "the_linked_field"; // name of field in linked table that will be used to link the linked table with current table $handler->field_object = "the_object_field"; // name of field in current table that will be used to link the linked table with current table; linked field name will be used if the field name is not set Step #2: fetch data

Documentation des fonctions membres

◆ deleteByLink()

deleteByLink ( CriteriaElement  $criteria = null)

Delete objects matching a condition against linked objects

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement to match
Renvoie
int count of objects
+ Voici le graphe d'appel pour cette fonction :

◆ getByLink()

& getByLink ( CriteriaElement  $criteria = null,
  $fields = null,
  $asObject = true,
  $field_link = null,
  $field_object = null 
)

get a list of objects matching a condition joint with another related object

Paramètres
CriteriaElement | CriteriaCompo$criteria
array$fieldsvariables to fetch
bool$asObjectflag indicating as object, otherwise as array
string$field_linkfield of linked object for JOIN; deprecated, for backward compatibility
string$field_objectfield of current object for JOIN; deprecated, for backward compatibility
Renvoie
array of objects XoopsObject
+ Voici le graphe d'appel pour cette fonction :

◆ getCountByLink()

getCountByLink ( CriteriaElement  $criteria = null)

Count of objects matching a condition

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement to match
Renvoie
int count of objects
+ Voici le graphe d'appel pour cette fonction :

◆ getCountsByLink()

getCountsByLink ( CriteriaElement  $criteria = null)

array of count of objects matching a condition of, groupby linked object keyname

Paramètres
CriteriaElement | CriteriaCompo$criteriaCriteriaElement to match
Renvoie
int count of objects
+ Voici le graphe d'appel pour cette fonction :

◆ updateByLink()

updateByLink (   $data,
CriteriaElement  $criteria = null 
)

update objects matching a condition against linked objects

Paramètres
array$dataarray of key => value
CriteriaElement | CriteriaCompo$criteriaCriteriaElement to match
Renvoie
int count of objects
+ Voici le graphe d'appel pour cette fonction :

◆ validateLinks()

validateLinks ( )

Validate information for the link

@access private

+ Voici le graphe des appelants de cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :