Пример #1
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_post_type);
     $str = Lib_addElem($str, $this->post_type_libelle);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_post_type);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #2
0
 /**
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_article);
     $str = Lib_addElem($str, $this->code);
     $str = Lib_addElem($str, $this->lang);
     $str = Lib_addElem($str, $this->position_une);
     $str = Lib_addElem($str, $this->position);
     $str = Lib_addElem($str, $this->code_news);
     $str = Lib_addElem($str, $this->libelle);
     $str = Lib_addElem($str, $this->url_image);
     $str = Lib_addElem($str, $this->contenu);
     $str = Lib_addElem($str, $this->date);
     $str = Lib_addElem($str, $this->image_intro);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->texte_intro);
     $str = Lib_addElem($str, $this->titre_page);
     $str = Lib_addElem($str, $this->titre);
     $str = Lib_addElem($str, $this->meta_titre);
     $str = Lib_addElem($str, $this->meta_description);
     $str = Lib_addElem($str, $this->meta_mots_clefs);
     $str = Lib_addElem($str, $this->meta_url);
     $str = Lib_addElem($str, $this->titre_canonize);
     $str = Lib_addElem($str, $this->url_vignette);
     $str = Lib_addElem($str, $this->url_image2);
     $str = Lib_addElem($str, $this->categorie);
     $str = Lib_addElem($str, $this->titre_data1);
     $str = Lib_addElem($str, $this->data1);
     $str = Lib_addElem($str, $this->titre_data2);
     $str = Lib_addElem($str, $this->data2);
     $str = Lib_addElem($str, $this->titre_data3);
     $str = Lib_addElem($str, $this->data3);
     $str = Lib_addElem($str, $this->titre_data4);
     $str = Lib_addElem($str, $this->data4);
     $str = Lib_addElem($str, $this->titre_data5);
     $str = Lib_addElem($str, $this->data5);
     $str = Lib_addElem($str, $this->titre_data6);
     $str = Lib_addElem($str, $this->data6);
     $str = Lib_addElem($str, $this->titre_data7);
     $str = Lib_addElem($str, $this->data7);
     $str = Lib_addElem($str, $this->titre_data8);
     $str = Lib_addElem($str, $this->data8);
     $str = Lib_addElem($str, $this->titre_data9);
     $str = Lib_addElem($str, $this->data9);
     $str = Lib_addElem($str, $this->titre_data10);
     $str = Lib_addElem($str, $this->data10);
     $str = Lib_addElem($str, $this->titre_data11);
     $str = Lib_addElem($str, $this->data11);
     $str = Lib_addElem($str, $this->titre_data12);
     $str = Lib_addElem($str, $this->data12);
     $str = Lib_addElem($str, $this->titre_data13);
     $str = Lib_addElem($str, $this->data13);
     $str = Lib_addElem($str, $this->titre_data14);
     $str = Lib_addElem($str, $this->data14);
     $str = Lib_addElem($str, $this->titre_data15);
     $str = Lib_addElem($str, $this->data15);
     $str = Lib_addElem($str, $this->titre_data16);
     $str = Lib_addElem($str, $this->data16);
     $str = Lib_addElem($str, $this->titre_data17);
     $str = Lib_addElem($str, $this->data17);
     $str = Lib_addElem($str, $this->titre_data18);
     $str = Lib_addElem($str, $this->data18);
     $str = Lib_addElem($str, $this->titre_data19);
     $str = Lib_addElem($str, $this->data19);
     $str = Lib_addElem($str, $this->titre_data20);
     $str = Lib_addElem($str, $this->data20);
     $str = Lib_addElem($str, $this->titre_fichier1);
     $str = Lib_addElem($str, $this->fichier1);
     $str = Lib_addElem($str, $this->titre_fichier2);
     $str = Lib_addElem($str, $this->fichier2);
     $str = Lib_addElem($str, $this->titre_fichier3);
     $str = Lib_addElem($str, $this->fichier3);
     $str = Lib_addElem($str, $this->titre_fichier4);
     $str = Lib_addElem($str, $this->fichier4);
     $str = Lib_addElem($str, $this->titre_fichier5);
     $str = Lib_addElem($str, $this->fichier5);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_article);
     $str = "(" . $str . ")";
     return $str;
 }
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_post_categorie);
     $str = Lib_addElem($str, $this->post_categorie_libelle);
     $str = Lib_addElem($str, $this->data_1);
     $str = Lib_addElem($str, $this->data_2);
     $str = Lib_addElem($str, $this->data_3);
     $str = Lib_addElem($str, $this->data_4);
     $str = Lib_addElem($str, $this->data_5);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_post_categorie);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #4
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_image);
     $str = Lib_addElem($str, $this->url_image);
     $str = Lib_addElem($str, $this->type);
     $str = Lib_addElem($str, $this->type_type);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_image);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #5
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_adherent);
     $str = Lib_addElem($str, $this->id_utilisateur);
     $str = Lib_addElem($str, $this->id_interne);
     $str = Lib_addElem($str, $this->nom);
     $str = Lib_addElem($str, $this->prenom);
     $str = Lib_addElem($str, $this->enseigne);
     $str = Lib_addElem($str, $this->raison_sociale);
     $str = Lib_addElem($str, $this->adresse1);
     $str = Lib_addElem($str, $this->adresse2);
     $str = Lib_addElem($str, $this->cp);
     $str = Lib_addElem($str, $this->ville);
     $str = Lib_addElem($str, $this->pays);
     $str = Lib_addElem($str, $this->telephone);
     $str = Lib_addElem($str, $this->fax);
     $str = Lib_addElem($str, $this->email);
     $str = Lib_addElem($str, $this->site_internet);
     $str = Lib_addElem($str, $this->entreprise_qualifiee);
     $str = Lib_addElem($str, $this->logo);
     $str = Lib_addElem($str, $this->categorie);
     $str = Lib_addElem($str, $this->nature_lien);
     $str = Lib_addElem($str, $this->info_publique);
     $str = Lib_addElem($str, $this->categorie1);
     $str = Lib_addElem($str, $this->categorie2);
     $str = Lib_addElem($str, $this->categorie3);
     $str = Lib_addElem($str, $this->categorie4);
     $str = Lib_addElem($str, $this->categorie5);
     $str = Lib_addElem($str, $this->categorie6);
     $str = Lib_addElem($str, $this->categorie7);
     $str = Lib_addElem($str, $this->categorie8);
     $str = Lib_addElem($str, $this->categorie9);
     $str = Lib_addElem($str, $this->categorie10);
     $str = Lib_addElem($str, $this->site_internet);
     $str = Lib_addElem($str, $this->latitude);
     $str = Lib_addElem($str, $this->longitude);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_adherent);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #6
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_saveur);
     $str = Lib_addElem($str, $this->pourcent_eth0_dans_arome_pur_1);
     $str = Lib_addElem($str, $this->pourcent_eth0_dans_arome_pur_2);
     $str = Lib_addElem($str, $this->pourcent_eth0_dans_arome_pur_3);
     $str = Lib_addElem($str, $this->pourcent_eth0_dans_arome_pur_4);
     $str = Lib_addElem($str, $this->pourcent_eth0_dans_arome_pur_5);
     $str = Lib_addElem($str, $this->pourcent_eth0_dans_arome_pur_6);
     $str = Lib_addElem($str, $this->pourcent_arome_pur_dans_arome_prod_1);
     $str = Lib_addElem($str, $this->pourcent_arome_pur_dans_arome_prod_2);
     $str = Lib_addElem($str, $this->pourcent_arome_pur_dans_arome_prod_3);
     $str = Lib_addElem($str, $this->pourcent_arome_pur_dans_arome_prod_4);
     $str = Lib_addElem($str, $this->pourcent_arome_pur_dans_arome_prod_5);
     $str = Lib_addElem($str, $this->pourcent_arome_pur_dans_arome_prod_6);
     $str = Lib_addElem($str, $this->pourcent_alcool_prod_dans_arome_prod);
     $str = Lib_addElem($str, $this->pourcent_eau_dans_arome_prod);
     $str = Lib_addElem($str, $this->pourcent_arome_prod_dans_e_liquide_1);
     $str = Lib_addElem($str, $this->pourcent_arome_prod_dans_e_liquide_2);
     $str = Lib_addElem($str, $this->pourcent_arome_prod_dans_e_liquide_3);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_saveur);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #7
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_param_pays);
     $str = Lib_addElem($str, $this->code);
     $str = Lib_addElem($str, $this->alpha2);
     $str = Lib_addElem($str, $this->alpha3);
     $str = Lib_addElem($str, $this->nom_en);
     $str = Lib_addElem($str, $this->nom_fr);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_param_pays);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #8
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_post);
     $str = Lib_addElem($str, $this->post_id_type);
     $str = Lib_addElem($str, $this->post_id_auteur);
     $str = Lib_addElem($str, $this->post_id_categorie);
     $str = Lib_addElem($str, $this->post_img_miniature);
     $str = Lib_addElem($str, $this->post_img_article);
     $str = Lib_addElem($str, $this->post_titre);
     $str = Lib_addElem($str, $this->post_contenu);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_post);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #9
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_new);
     $str = Lib_addElem($str, $this->code_news);
     $str = Lib_addElem($str, $this->code);
     $str = Lib_addElem($str, $this->lang);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->position);
     $str = Lib_addElem($str, $this->meta_titre);
     $str = Lib_addElem($str, $this->meta_description);
     $str = Lib_addElem($str, $this->meta_mots_clefs);
     $str = Lib_addElem($str, $this->meta_url);
     $str = Lib_addElem($str, $this->titre);
     $str = Lib_addElem($str, $this->contenu);
     $str = Lib_addElem($str, $this->texte_intro);
     $str = Lib_addElem($str, $this->image_intro);
     $str = Lib_addElem($str, $this->date);
     $str = Lib_addElem($str, $this->titre_data1);
     $str = Lib_addElem($str, $this->data1);
     $str = Lib_addElem($str, $this->titre_data2);
     $str = Lib_addElem($str, $this->data2);
     $str = Lib_addElem($str, $this->titre_data3);
     $str = Lib_addElem($str, $this->data3);
     $str = Lib_addElem($str, $this->titre_data4);
     $str = Lib_addElem($str, $this->data4);
     $str = Lib_addElem($str, $this->titre_data5);
     $str = Lib_addElem($str, $this->data5);
     $str = Lib_addElem($str, $this->titre_data6);
     $str = Lib_addElem($str, $this->data6);
     $str = Lib_addElem($str, $this->url_image);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_new);
     $str = "(" . $str . ")";
     return $str;
 }
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_selection);
     $str = Lib_addElem($str, $this->position);
     $str = Lib_addElem($str, $this->id_facture);
     $str = Lib_addElem($str, $this->type_selection);
     $str = Lib_addElem($str, $this->designation);
     $str = Lib_addElem($str, $this->description);
     $str = Lib_addElem($str, $this->pu_ht);
     $str = Lib_addElem($str, $this->remise);
     $str = Lib_addElem($str, $this->quantite);
     $str = Lib_addElem($str, $this->tva);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_selection);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #11
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_memo);
     $str = Lib_addElem($str, $this->id_fiche);
     $str = Lib_addElem($str, $this->date_memo);
     $str = Lib_addElem($str, $this->memo);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_memo);
     $str = "(" . $str . ")";
     return $str;
 }
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_type_fiche);
     $str = Lib_addElem($str, $this->libelle);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_type_fiche);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #13
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_commande);
     $str = Lib_addElem($str, $this->id_utilisateur);
     $str = Lib_addElem($str, $this->id_customer);
     $str = Lib_addElem($str, $this->id_pg_vg);
     $str = Lib_addElem($str, $this->date_commande);
     $str = Lib_addElem($str, $this->nb_imp);
     $str = Lib_addElem($str, $this->num_lot);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_commande);
     $str = "(" . $str . ")";
     return $str;
 }
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_commande_detail);
     $str = Lib_addElem($str, $this->id_commande);
     $str = Lib_addElem($str, $this->id_saveur);
     $str = Lib_addElem($str, $this->id_taux_nicotine);
     $str = Lib_addElem($str, $this->quantite);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_commande_detail);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #15
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_post_auteur);
     $str = Lib_addElem($str, $this->post_auteur_nom);
     $str = Lib_addElem($str, $this->post_auteur_prenom);
     $str = Lib_addElem($str, $this->post_auteur_pseudo);
     $str = Lib_addElem($str, $this->post_auteur_avatar);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_post_auteur);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #16
0
 /**
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_galerie);
     $str = Lib_addElem($str, $this->id_pere);
     $str = Lib_addElem($str, $this->type_pere);
     $str = Lib_addElem($str, $this->position);
     $str = Lib_addElem($str, $this->url_vignette);
     $str = Lib_addElem($str, $this->url_gde_image);
     $str = Lib_addElem($str, $this->info_galerie);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #17
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_fiche);
     $str = Lib_addElem($str, $this->id_type_fiche);
     $str = Lib_addElem($str, $this->fic_prenom);
     $str = Lib_addElem($str, $this->fic_nom);
     $str = Lib_addElem($str, $this->fic_adresse1);
     $str = Lib_addElem($str, $this->fic_adresse2);
     $str = Lib_addElem($str, $this->fic_adresse3);
     $str = Lib_addElem($str, $this->fic_cp);
     $str = Lib_addElem($str, $this->fic_ville);
     $str = Lib_addElem($str, $this->fic_email);
     $str = Lib_addElem($str, $this->fic_document);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_fiche);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #18
0
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_facture);
     $str = Lib_addElem($str, $this->id_pere);
     $str = Lib_addElem($str, $this->type_pere);
     $str = Lib_addElem($str, $this->montant_ttc);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->date_facture);
     $str = Lib_addElem($str, $this->num_facture);
     $str = Lib_addElem($str, $this->message);
     $str = Lib_addElem($str, $this->produit);
     $str = Lib_addElem($str, $this->id_mode_reglement);
     $str = Lib_addElem($str, $this->id_delai_reglement);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_facture);
     $str = "(" . $str . ")";
     return $str;
 }
Пример #19
0
 /**
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_arbo);
     $str = Lib_addElem($str, $this->id_arbo_pere);
     $str = Lib_addElem($str, $this->code_arbo);
     $str = Lib_addElem($str, $this->famille);
     $str = Lib_addElem($str, $this->id_pere);
     $str = Lib_addElem($str, $this->type_pere);
     $str = Lib_addElem($str, $this->etat);
     $str = Lib_addElem($str, $this->ordre);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->intitule);
     $str = Lib_addElem($str, $this->intitule_canonize);
     $str = Lib_addElem($str, $this->couleur);
     $str = "(" . $str . ")";
     return $str;
 }
 /** 
 Cette fonction transforme les attributs en chaine de caractères.
 */
 function toStr()
 {
     $str = "";
     $str = Lib_addElem($str, $this->id_reglement);
     $str = Lib_addElem($str, $this->id_facture);
     $str = Lib_addElem($str, $this->montant);
     $str = Lib_addElem($str, $this->date_reglement);
     $str = Lib_addElem($str, $this->id_mode_reglement);
     $str = Lib_addElem($str, $this->date_add);
     $str = Lib_addElem($str, $this->date_upd);
     $str = Lib_addElem($str, $this->info_reglement);
     $str = "(" . $str . ")";
     return $str;
 }