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

Fonctions membres publiques

 cleanOrphan ($table_link='', $field_link='', $field_object='')
 
 synchronization ()
 
- 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 synchronization 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 XoopsModelSync:

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: perform query

Documentation des fonctions membres

◆ cleanOrphan()

cleanOrphan (   $table_link = '',
  $field_link = '',
  $field_object = '' 
)

Clean orphan objects against linked objects

Paramètres
string$table_linktable of linked object for JOIN; deprecated, for backward compatibility
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
bool true on success

for MySQL 4.1+

+ Voici le graphe des appelants de cette fonction :

◆ synchronization()

synchronization ( )

Synchronizing objects

Obsolète:
Renvoie
bool true on success
+ Voici le graphe d'appel pour cette fonction :

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