本文整理汇总了PHP中GSession::Communaute方法的典型用法代码示例。如果您正苦于以下问题:PHP GSession::Communaute方法的具体用法?PHP GSession::Communaute怎么用?PHP GSession::Communaute使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类GSession
的用法示例。
在下文中一共展示了GSession::Communaute方法的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: intval
<?php
require_once 'cst.php';
require_once INC_GSESSION;
require_once PATH_METIER . 'mJoueur.php';
require_once INC_GLOCALISATION;
$utc = intval(GSession::LirePost('utc'));
$fuseauHoraire = GLocalisation::FuseauHoraire($utc);
$langueId = GSession::Langue(COL_ID);
$communauteId = GSession::Communaute(COL_ID);
$login = GContexte::LireVariablePost($nomContexte, 'login');
$motDePasse = GContexte::LireVariablePost($nomContexte, 'motDePasse');
$pseudo = GContexte::LireVariablePost($nomContexte, 'pseudo');
//$nom = GContexte::LireVariablePost($nomContexte, 'prenom');
//$prenom = GContexte::LireVariablePost($nomContexte, 'nom');
$annee = GContexte::LireVariablePost($nomContexte, 'annee');
$mois = GContexte::LireVariablePost($nomContexte, 'mois');
$jour = GContexte::LireVariablePost($nomContexte, 'jour');
if (strlen($mois) == 1) {
$mois = '0' . $mois;
}
if (strlen($jour) == 1) {
$jour = '0' . $jour;
}
if (strlen($annee) == 2) {
if (intval($annee) <= 20) {
$annee = '20' . $annee;
} else {
$annee = '19' . $annee;
}
}
示例2: array
$form->FusionnerCelluleCadre(1, 3, 0, 3);
$form->FusionnerCelluleCadre(2, 3, 0, 3);
$form->FusionnerCelluleCadre(3, 1, 0, 1);
$form->FusionnerCelluleCadre(3, 3, 0, 1);
$form->FusionnerCelluleCadre(3, 5, 0, 1);
$form->FusionnerCelluleCadre(4, 1, 0, 5);
$form->FusionnerCelluleCadre(5, 1, 0, 5);
$img = $form->AjouterInputImage(1, 1, GSession::Libelle(LIB_GPE_ICONE), '', false, GContexte::FormaterVariable($nomContexte, COL_ICONE), PATH_IMAGES . 'Jeu/', '', GSession::Libelle(LIB_GPE_ICONEINFO), '', TYPEFICHIER_IMAGEGLOBALE_JEU, $nomContexte);
$img->AjouterElementsFromListe(COL_ICONE);
$form->AjouterInputText(1, 3, GSession::Libelle(LIB_GPE_NOM), '', true, GContexte::FormaterVariable($nomContexte, COL_NOM), '', 1, 100, 50, false, '', GSession::Libelle(LIB_GPE_NOMINFO), GSession::Libelle(LIB_GPE_NOMERREUR), INPUTTEXT_REGEXP_TOUT_FV);
$select = $form->AjouterInputSelect(2, 3, GSession::Libelle(LIB_GPE_JEU), INPUTSELECT_TYPE_FIND, true, GContexte::FormaterVariable($nomContexte, COL_JEU), GSession::Libelle(LIB_GPE_JEUINFO), GSession::Libelle(LIB_GPE_JEUERREUR), $nomContexte . COL_JEU, $nomContexte . COL_SERVEUR . ';' . $nomContexte . COL_TYPEGROUPE);
$select->AjouterElementsFromListe(COL_JEU, COL_ID, array(COL_LIBELLE, COL_LIBELLE), '', $jeuId);
$select = $form->AjouterInputSelect(3, 1, GSession::Libelle(LIB_GPE_SERVEUR), '', false, GContexte::FormaterVariable($nomContexte, COL_SERVEUR), '', '', $nomContexte . COL_SERVEUR, '', $nomContexte . COL_JEU, AJAXFONC_CHARGERREFERENTIELCONTEXTE, 'contexte=' . $nomContexte);
$select->AjouterElementsFromListe(COL_SERVEUR, COL_ID, array(COL_LIBELLE, COL_LIBELLE));
$select = $form->AjouterInputSelect(3, 3, GSession::Libelle(LIB_GPE_COMMUNAUTE), '', true, GContexte::FormaterVariable($nomContexte, COL_COMMUNAUTE), '', GSession::Libelle(LIB_GPE_COMMUNAUTEERREUR));
$select->AjouterElementsFromListe(COL_COMMUNAUTE, COL_ID, array(COL_LIBELLE, COL_LIBELLE), '', GSession::Communaute(COL_ID));
$select = $form->AjouterInputSelect(3, 5, GSession::Libelle(LIB_GPE_TYPEGROUPE), '', true, GContexte::FormaterVariable($nomContexte, COL_TYPEGROUPE), GSession::Libelle(LIB_GPE_TYPEGPEINFO), GSession::Libelle(LIB_GPE_TYPEGPEERREUR), $nomContexte . COL_TYPEGROUPE, '', $nomContexte . COL_JEU, AJAXFONC_CHARGERREFERENTIELCONTEXTE, 'contexte=' . $nomContexte);
$select->AjouterElementsFromListe(COL_TYPEGROUPE, COL_ID, array(COL_LIBELLE, COL_LIBELLE));
$form->AjouterInputText(4, 1, GSession::Libelle(LIB_GPE_DESCRIPTION), '', false, GContexte::FormaterVariable($nomContexte, COL_DESCRIPTION), '', 1, 250, -1, true, '', GSession::Libelle(LIB_GPE_DESCRIPTIONINFO));
$form->AjouterInputText(5, 1, GSession::Libelle(LIB_GPE_HISTOIRE), '', false, GContexte::FormaterVariable($nomContexte, COL_HISTOIRE), '', 1, NULL, 5, true, '', GSession::Libelle(LIB_GPE_HISTOIREINFO));
$form->SetCadreBoutons(2, 1, 1, 1);
$form->AjouterInputButtonAjouterAuContexte(1, 1, $nomContexte, true, GSession::Libelle(LIB_GPE_CREERGROUPE));
$org->AttacherCellule(2, 1, $form);
// Cadre contenant le formulaire et son explication.
$cadre = new SCadre($prefixIdClass, GSession::Libelle(LIB_GPE_CREATIONGPE), $org, true, true);
GContexte::AjouterContenu(CADRE_CONTENU_CONTENU, $cadre);
} else {
// Rechargement des référentiels.
GReferentiel::GetDifferentielReferentielFichiersForSelect(COL_ICONE);
GReferentiel::GetDifferentielReferentielForSelect(COL_COMMUNAUTE, COL_ID, array(COL_LIBELLE, COL_LIBELLE));
}
示例3: MListeJeux
GSession::Jeu(COL_ID, NULL, true);
GSession::Jeu(COL_LIBELLE, NULL, true);
GReponse::AjouterElementSelect(COL_GROUPE);
GReponse::AjouterElementSelectSuppression(-2);
GReponse::AjouterElementSelectSelection(-1);
$mListe = new MListeJeux();
GReferentiel::AjouterReferentiel(COL_JEU, $mListe, array(COL_ID, array(COL_LIBELLE, COL_LIBELLE)), true);
GReferentiel::GetDifferentielReferentielForSelect(COL_JEU, COL_ID, array(COL_LIBELLE, COL_LIBELLE), '');
} else {
if ($groupe == -2) {
$mGroupe = new MGroupe();
$mGroupe->AjouterColSelection(COL_ID);
$mGroupe->AjouterColSelection(COL_NOM);
$mGroupe->AjouterColSelection(COL_DESCRIPTION);
$mGroupe->AjouterColCondition(COL_TYPEGROUPE, TYPEGROUPE_JEU);
$mGroupe->AjouterColCondition(COL_COMMUNAUTE, GSession::Communaute(COL_ID));
$mGroupe->AjouterColCondition(COL_JEU, $jeu);
$mGroupe->Charger();
$mGroupe->TypeGroupe()->Id(TYPEGROUPE_JEU);
}
}
} else {
$mGroupe = new MGroupe($groupe);
$mGroupe->AjouterColSelection(COL_NOM);
$mGroupe->AjouterColSelection(COL_DESCRIPTION);
$mGroupe->AjouterColSelection(COL_JEU);
$mJeu = $mGroupe->AjouterJointure(COL_JEU, COL_ID);
$mJeu->AjouterColSelection(COL_LIBELLE);
$mGroupe->Charger();
$mListeGroupes->AjouterElement($mGroupe);
}