alpha_full/pages/produits/produits.reqSelect.debug.php
2026-04-06 22:58:51 +02:00

101 lines
2.8 KiB
PHP
Executable File

<?php
$debugMsg .= monDebug('2',[
'refPrd' => $refPrd,
'idFam' => $idFam,
'idPrd' => $idPrd,
'idCat' => $idCat,
'lienImagePt' => $lienImagePt,
'lienImageGd' => $lienImageGd,
'promo' => $promo,
'prixHt' => $prixHt,
'prixTtc' => $prixTtc,
'idEtat' => $idEtat,
'delais' => $delais,
'uniteDelais' => $uniteDelais,
'poids' => $poids,
'unitePoids' => $unitePoids,
'annee' => $annee,
'idPaysPrd' => $idPaysPrd,
'idCoul1' => $idCoul1,
'idCoul2' => $idCoul2,
'idCoul3' => $idCoul3,
'idLargeur' => $idLargeur,
'uniteLarg' => $uniteLarg,
'idHauteur' => $idHauteur,
'uniteHaut' => $uniteHaut,
'idLongueur' => $idLongueur,
'uniteLong' => $uniteLong,
'idDates' => $idDates,
'idType1' => $idType1,
'idType2' => $idType2,
'idType3' => $idType3,
'idType4' => $idType4,
'idType5' => $idType5,
'idType6' => $idType6,
'idType7' => $idType7,
'idType8' => $idType8,
'idType9' => $idType9,
'idType10' => $idType10,
'idType11' => $idType11,
'idType12' => $idType12,
'idType13' => $idType13,
'idType14' => $idType14,
'idType15' => $idType15,
'idType16' => $idType16,
'idType17' => $idType17,
'idType18' => $idType18,
'idType19' => $idType19,
'idType20' => $idType20,
'idType21' => $idType21,
'idType22' => $idType22,
'idType23' => $idType23,
'lienImgGauche' => $lienImgGauche,
'lienImgDroite' => $lienImgDroite,
'lienImgDessus' => $lienImgDessus,
'lienImgDessous' => $lienImgDessous,
'lienVideo' => $lienVideo,
'lienNotice' => $lienNotice,
'statusPrd' => $statusPrd,
// libellés
'libelleFam' => $libelleFam,
'libelleCat' => $libelleCat,
'nomPrd' => $nomPrd,
'descLong' => $descLong,
'descCourt' => $descCourt,
'libelleEtat' => $libelleEtat,
'libelleDelais' => $libelleDelais,
'libUnitePoids' => $libUnitePoids,
'paysLib' => $paysLib,
'libCoul1' => $libCoul1,
'libCoul2' => $libCoul2,
'libCoul3' => $libCoul3,
'dateDebut' => $dateDebut,
'dateFin' => $dateFin,
'dateDuree' => $dateDuree,
'nomType1' => $nomType1,
'code1Type1' => $code1Type1,
'nomType2' => $nomType2,
'code1Type2' => $code1Type2,
'nomType3' => $nomType3,
'code1Type3' => $code1Type3,
'nomType4' => $nomType4,
'code1Type4' => $code1Type4,
'nomType5' => $nomType5,
'code1Type5' => $code1Type5,
// 'libDynNom' => $libDynNom[$nlib],
// 'libCaracteristique' => $libCaracteristique[$nbDyn],
// 'c1Caracteristique' => $c1Caracteristique[$nbDyn],
// 'c2Caracteristique' => $c2Caracteristique[$nbDyn]
],'produits.reqSelect.debug.php');
?>