$enteteTab
$enteteTab :string
Entete
Définition de la classe 'formulaire'.
Cette classe a pour objet la construction des champs du formulaire.
$bloc :array
Tableau des champs lies a l'ouverture et fermeture des blocs div ainsi que les valeurs
None found |
$layout :array
Tableau des champs lies a l'ouverture et fermeture des blocs div ainsi que les valeurs
None found |
$f :null|\application
Instance de la classe 'application'.
None found |
None found |
__construct(string|null $mode = null,integer $validation,integer $maj = -1,array $champs = array(),array $val = array(),array $max = array()): void
Constructeur
Initialisation des tableaux de parametrage du formulaire
string|null | $mode | Mode d'instanciation de la classe ('view_snippet' ou null). |
integer | $validation | |
integer | $maj | |
array | $champs | |
array | $val | |
array | $max |
None found |
afficherChamp(string $champ,integer $validation,boolean $DEBUG = false): void
Cette methode permet d'afficher un champ dans une hierarchie de div
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
debutFieldset(array $action,integer $validation,boolean $DEBUG = false): void
Affiche l'ouverture d'un fieldset.
array | $action | ??? |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
finFieldset(array $action,integer $validation,boolean $DEBUG = false): void
Affiche la fermeture d'un fieldset.
array | $action | ??? |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
debutBloc(array $action,integer $validation,boolean $DEBUG = false): void
Affiche l'ouverture d'un bloc.
array | $action | ??? |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
finBloc(array $action,integer $validation,boolean $DEBUG = false): void
Affiche la fermeture d'un bloc.
array | $action | ??? |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
afficher(array $champs,integer $validation,boolean $DEBUG = false,boolean $correct): void
Cette methode permet d'ordoner l'affichage des div, fieldset et champs
array | $champs | Liste des identifiants des champs |
integer | $validation |
|
boolean | $DEBUG | Parametre inutilise |
boolean | $correct |
None found |
isBlocPrintable(string $champ_debut,string $id_bloc,array $champs): boolean
Permet de définir si la balise passée en paramètre doit être afficher selon les champs affichée entre celle-ci et sa balise fermante.
string | $champ_debut | Nom du champ. |
string | $id_bloc | |
array | $champs | Liste des champs. |
None found |
afficher_portlet(string $idx,array $actions = array(),\sting $sousform = null): void
Permet d'afficher le portlet d'actions contextuelles.
string | $idx | Identifiant de l'objet en question. |
array | $actions | Tableau d'actions à afficher. |
\sting | $sousform | Objet correspondant au sous-formulaire ou null. |
None found |
transformGroupAndRegroupeToLayout(array $champs)
Cette meethode permet d'unifier la nouvelle facon d'afficher avec l'ancienne : les tableaux regroupe et groupe sont inseres dans layout
array | $champs | Liste des identifiants des champs |
None found |
recupererPostvarsousform(array $champs,integer $validation,array $postVar,boolean $DEBUG = false): void
Récupération des variables sous formulaires.
array | $champs | Tableau des champs du formulaire. |
integer | $validation | Marqueur de validation du formulaire :
|
array | $postVar | Tableau des valeurs postées. |
boolean | $DEBUG | Paramètre inutilisé. |
None found |
recupererPostvar(array $champs,integer $validation,array $postVar,boolean $DEBUG = false): void
Récupération des variables formulaires.
array | $champs | Tableau des champs du formulaire. |
integer | $validation | Marqueur de validation du formulaire :
|
array | $postVar | Tableau des valeurs postées. |
boolean | $DEBUG | Paramètre inutilisé. |
None found |
setRequired( $champ)
Methode permettant de definir la liste des champs obligatoires
$champ |
None found |
setVal(string $champ,string $contenu): void
Mutateur pour la propriété 'val'.
string | $champ | |
string | $contenu |
None found |
setType(string $champ,string $contenu): void
Mutateur pour la propriété 'type'.
string | $champ | |
string | $contenu | Type de champ :
|
None found |
setLib(string $champ,string $contenu): void
Mutateur pour la propriété 'lib'.
string | $champ | |
string | $contenu |
None found |
setMax(string $champ,string $contenu): void
Mutateur pour la propriété 'max'.
Maximum autorise a la saisie
string | $champ | |
string | $contenu |
None found |
setTaille(string $champ,string $contenu): void
Mutateur pour la propriété 'taille'.
Taille du controle
string | $champ | |
string | $contenu |
None found |
setSelect(string $champ,string $contenu): void
Mutateur pour la propriété 'select'.
string | $champ | |
string | $contenu |
None found |
setOnchange(string $champ,string $contenu): void
Mutateur pour la propriété 'onchange'.
string | $champ | |
string | $contenu |
None found |
setOnkeyup(string $champ,string $contenu): void
Mutateur pour la propriété 'onkeyup'.
string | $champ | |
string | $contenu |
None found |
setOnclick(string $champ,string $contenu): void
Mutateur pour la propriété 'onclick'.
string | $champ | |
string | $contenu |
None found |
setGroupe(string $champ,string $contenu,string $libelle = "",string $style = ""): void
Mutateur pour la propriété 'groupe'.
string | $champ | |
string | $contenu | Position du champ dans le groupe :
|
string | $libelle | libelle positionne au debut du groupe de champs |
string | $style | classes separees par un espace |
None found |
setRegroupe(string $champ,string $contenu,string $libelle,string $style = ""): void
Mutateur pour la propriété 'regroupe'.
string | $champ | |
string | $contenu | Position du champ dans le groupe :
|
string | $libelle | libelle positionne au debut du groupe de champs |
string | $style | classes separees par un espace |
None found |
setBloc(string $champ,string $contenu,string $libelle = "",string $style = ""): void
Mutateur pour la propriété 'layout'.
string | $champ | |
string | $contenu | Position du champ dans le groupe :
|
string | $libelle | libelle positionne au debut du groupe de champs |
string | $style | classes separees par un espace |
None found |
setFieldset(string $champ,string $contenu,string $libelle = "",string $style = ""): void
Mutateur pour la propriété 'layout'.
string | $champ | |
string | $contenu | Position du champ dans le groupe :
|
string | $libelle | libelle positionne au debut du groupe de champs |
string | $style | classes separees par un espace |
None found |
setParameters(array $parameters = array()): void
Mutateur pour la propriété 'parameters'.
array | $parameters |
None found |
setParameter(string $parameter = "",string $value = ""): void
Mutateur pour la propriété 'parameters'.
string | $parameter | |
string | $value |
None found |
getParameter(string $parameter = ""): null|string
Accesseur pour la propriété 'parameters'.
string | $parameter |
None found |
dateAff(string $val): string
Affichage de la date suivant le format de la base de donnees
string | $val |
None found |
normalize_string(string $string = ""): string
Cette méthode permet de transformer une chaine de caractère standard en une chaine utilisable comme sélecteur css. Le principe est de supprimer les espaces, les caractères spéciaux et les accents.
string | $string | La chaine de caractère à normaliser |
La chaine de caractère normalisée
None found |
affichepdf(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - affichepdf.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
autocomplete(string $champ,integer $validation,boolean $DEBUG = false)
Type de champ permettant une recherche dynamique sur une clé étrangère
string | $champ | Nom du champ (= nom de la table liée) |
integer | $validation | |
boolean | $DEBUG | Paramètre inutilisé |
None found |
autocomplete_link_selection(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - autocomplete_link_selection
Cette méthode permet d'ajouter un élément dans le widget de formulaire autocomplete. Elle est à surcharger dans chaque application selon les besoins.
string | $champ | Nom du champ |
integer | $validation | Validation |
boolean | $DEBUG | Parametre inutilise |
None found |
checkbox(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - checkbox.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
checkboxdisabled(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - checkboxdisabled.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
checkboxhiddenstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - checkboxhiddenstatic.
La valeur du champ est pas passée, affichage du champ en texte.
string | $champ | Nom du champ |
integer | $validation | Validation |
boolean | $DEBUG | Parametre inutilise |
None found |
checkboxnum(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - checkboxnum.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
checkboxstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - checkboxstatic.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
checkbox_multiple(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - checkbox_multiple.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
comboD(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - comboD.
Combo droit (recherche de correspondance entre table importante) $select['code_departement_naissance'][0][0]="departement";// table $select['code_departement_naissance'][0][1]="code"; // zone origine $select['code_departement_naissance'][1][0]="libelle_departement"; // zone correl $select['code_departement_naissance'][1][1]="libelle_departement_naissance"; // champ correl (facultatif) $select['code_departement_naissance'][2][0]="code_departement"; // champ pour le where $select['code_departement_naissance'][2][1]="code_departement_naissance"; // zone du formulaire concern?
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
comboD2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - comboD2.
combo D2 pour F2 (sousformdyn)
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
comboG(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - comboG.
Combo gauche (recherche de correspondance entre table importante) $select['code_departement_naissance'][0][0]="departement";// table $select['code_departement_naissance'][0][1]="code"; // zone origine $select['code_departement_naissance'][1][0]="libelle_departement"; // zone correl $select['code_departement_naissance'][1][1]="libelle_departement_naissance"; // champ correl (facultatif) $select['code_departement_naissance'][2][0]="code_departement"; // champ pour le where $select['code_departement_naissance'][2][1]="code_departement_naissance"; // zone du formulaire concernee
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
comboG2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - comboG2.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
date(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - date.
La date est saisie ou affichee sous le format JJ/MM/AAAA, un calendrier s affiche en js
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
date2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - date2.
Date en Full Onglet, la date est saisie ou affichee sous le format JJ/MM/AAAA, un calendrier s affiche en js
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
datedisabled(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - datedisabled.
Champs date disabled
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
datestatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - datestatic.
Date static formatee
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
file(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - file.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
filestatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - filestatic.
Affichage du nom du fichier ou d'une erreur si le fichier est inaccessible
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
filestaticedit(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - Type de champ à utiliser en modification, affichant le nom du fichier non modifiable, sans afficher les boutons de modification. Une erreur est affichée si le fichier est inaccessible.
string | $champ | Nom du champ. |
integer | $validation | |
boolean | $DEBUG | Paramètre inutilisé. |
None found |
geom(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - geom.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
hidden(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - hidden.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
hiddendate(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - hiddendate.
Type hidden sur les champs dates.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
hiddenstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - hiddenstatic.
La valeur du champ est passe par le controle hidden
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
hiddenstaticdate(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - hiddenstaticdate.
La valeur du champ est passe par le controle hidden
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
hiddenstaticnum(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - hiddenstaticnum.
La valeur du champ est passe par le controle hidden
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
html(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - html.
Méthode d'affichage de tinyMCE sur textarea
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
htmlEtat(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - htmlEtat.
Méthode d'affichage de tinyMCE simplifié pour titre om_etat et om_lettretype
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
htmlEtatEx(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - htmlEtatEx.
Méthode d'affichage de tinyMCE extended sur textarea pour corps d'om_etat et om_lettretype
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
htmlstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - htmlstatic.
Méthode d'affichage du html interprété sur textarea
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
http(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - http.
lien http en formulaire - passage d argument sur une application tierce
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
httpclick(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - httpclick.
lien http en formulaire - passage d argument sur une application tierce
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
localisation(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - localisation.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
localisation2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - localisation2.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
localisation_edition(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - localisation_edition.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
mail(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - mail.
Envoi avec le logiciel de messagerie
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
pagehtml(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - pagehtml.
Page HTML : les \n =>
en affichage
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
password(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - password.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
rvb(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - rvb.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
rvb2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - rvb2.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
select(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - select.
SELECT - Affichage de table
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
selectdisabled(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - selectdisabled.
Affichage champ + lien mais pas modification de donnees $val
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
selecthiddenstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - selecthiddenstatic.
Affichage d'un champ lie avec:
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
selecthiddenstaticlick(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - selecthiddenstaticlick.
selecthiddenstatic amelioré - lien http sur objet correspondant a la cle etrangere soit dans la meme fenetre soit dans un nouvel onglet (2 boutons) application tierce
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
selectliste(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - selectliste.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
selectlistemulti(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - selectlistemulti.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
selectstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - selectstatic.
Affichage d'un champ lie avec:
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
select_multiple(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - select_multiple.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
select_multiple_static(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - select_multiple_static.
Ce widget permet d'afficher une liste statique (html) des valeurs d'un champ. Cette liste de valeurs provient de la combinaison entre les valeurs et libellés disponibles dans le paramétrage select de ce champ et entre les valeurs du champ représentées de manière linéaire.
Deux contraintes sont présentes ici :
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
statiq(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - statiq.
La valeur du champ n'est pas conservee
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
text(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - text.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
textarea(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - textarea.
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
textareahiddenstatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - textareahiddenstatic.
La valeur du champ n est pas passe, affichage du champ en texte
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
textareamulti(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - textareamulti.
Recuperation d une valeur dans un champ
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
textareastatic(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - textareastatic.
Affichage du contenu d'un champ TEXT en conservant les retours a la ligne
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
textdisabled(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - textdisabled.
pas de passage de parametre
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
textreadonly(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - textreadonly.
champ texte non modifiable - pas de passage de parametre
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
upload(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - upload.
FILE
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
upload2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - upload2.
FILE
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
voir(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - voir.
FILE
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
voir2(string $champ,integer $validation,boolean $DEBUG = false): void
WIDGET_FORM - voir2.
FILE
string | $champ | Nom du champ |
integer | $validation | |
boolean | $DEBUG | Parametre inutilise |
None found |
init_om_application(): boolean
Initialisation de la classe 'application'.
Cette méthode permet de vérifier que l'attribut f de la classe contient bien la ressource utils du framework et si ce n'est pas le cas de la récupérer.
None found |
addToLog(string $message,integer $type = DEBUG_MODE): void
Ajout d'un message au système de logs.
Cette méthode permet de logger un message.
string | $message | Message à logger. |
integer | $type | Niveau de log du message. |
None found |
snippet__autocomplete(): void
SNIPPET_FORM - autocomplete.
Ce script permet de charger les données des établissements pour les autocomplete
None found |
snippet__combo(): void
SNIPPET_FORM - combo.
Ce script permet d'effectuer une correlation entre deux champs d'apres la saisie d'une valeur dans un champ d'origine correle au travers d'une table un autre champ
None found |
snippet__file(): void
SNIPPET_FORM - file.
Ce script permet de visualiser un fichier dont l'uid est passé en paramètre
None found |