コード例 #1
1
 /**
  * Constructeur de bbCodeObject
  *
  * @param array $params Param�tres
  *
  * @return void
  * */
 function __construct($params = array())
 {
     parent::__construct();
     if (!in_array('noPEAR', $params)) {
         $config = parse_ini_file('BBCodeParser.ini', true);
         $pear = new PEAR();
         $options = $pear->getStaticProperty('HTML_BBCodeParser', '_options');
         $options = $config['HTML_BBCodeParser'];
         $this->parserBB = new HTML_BBCodeParser2($options);
     }
 }
コード例 #2
0
 function __construct($connexion = '')
 {
     parent::__construct();
     //
     $this->limitSqlDebut = 0;
     $this->nbEnregistrementsParPage = 0;
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     echo "\n\t\t<form action='descImages.php' method='post' enctype='multipart/form-data'>\n\t\t\t<input type='submit' name='submit' value='go'>\n\n\t\t</form>";
     if (isset($this->variablesPost['submit']) || isset($this->variablesPost['Suivant'])) {
         $this->doMoulinette();
     }
 }
コード例 #4
0
 function __construct($connexion = '')
 {
     parent::__construct();
     $this->fields = array();
     $this->elementsFormulaireMultiPage = array();
     $this->identifiantObject = self::$instancesObject;
     self::$instancesObject++;
 }
コード例 #5
0
 function __construct()
 {
     parent::__construct();
     //$this->connex = $this->connexionBdd;
     $connect0 = mysql_connect("localhost", "archiv2", "fd89ind") or die("probleme connexion0");
     $connect = mysql_connect("localhost", "archiv2", "fd89ind", true) or die("probleme connexion");
     mysql_select_db("ARCHI_V2", $connect0) or die("select db archiv2");
     mysql_select_db("archi_old", $connect) or die("select db archiold");
     $this->connectOLD = $connect;
     $this->connectNEW = $connect0;
 }
コード例 #6
0
 function __construct($params = array())
 {
     parent::__construct();
     if (isset($params['idPopup'])) {
         $this->idPopup = $params['idPopup'];
     } else {
         $this->idPopup = 'popupDefaultId';
     }
     if (isset($params['urlImageAideIllustration'])) {
         $this->urlImageIllustration = $params['urlImageAideIllustration'];
     } else {
         $this->urlImageIllustration = "images/aide.jpg";
     }
 }
コード例 #7
0
 /**
  * Constructeur d'ArchiAccueil
  *
  * @return void
  * */
 function __construct()
 {
     parent::__construct();
 }
コード例 #8
0
 function __construct()
 {
     parent::__construct();
     $this->connexion = $this->connexionBdd;
 }
コード例 #9
0
 function __construct($identifiantUniqueMenu = "0")
 {
     parent::__construct();
     $this->listeElems = array();
     $this->identifiantUniqueMenu = $identifiantUniqueMenu;
 }
コード例 #10
0
 public function __construct($idEvenement = null)
 {
     $this->idEvenement = $idEvenement;
     parent::__construct();
 }
コード例 #11
0
 /**
  * Constructeyr d'ArchiStatic
  * 
  * @return void
  * */
 function __construct()
 {
     $this->arrayUrlVersion = array(array('url' => $this->creerUrl('', 'quiSommesNousArchiStrasbourg', array()), 'label' => "2012 - Qui Sommes nous Archi-Strasbourg"), array('url' => $this->creerUrl('', 'quiSommesNousCreationAssociation', array()), 'label' => "2011 - Qui Sommes nous création association"), array('url' => $this->creerUrl('', 'quiSommesNousContributeurs', array()), 'label' => "2010 - Qui Sommes nous avec les contributeurs"), array('url' => $this->creerUrl('', 'quiSommesNousLaurent', array()), 'label' => "2009 - Qui Sommes nous avec Laurent Dorer"));
     parent::__construct();
 }
コード例 #12
0
 function __construct()
 {
     $auth = new archiAuthentification();
     $this->userId = $auth->getIdUtilisateur();
     parent::__construct();
 }
コード例 #13
0
 function __construct($params = array())
 {
     parent::__construct();
 }
コード例 #14
0
 function __construct()
 {
     parent::__construct();
     $this->tabImages = array();
 }
コード例 #15
0
 function __construct()
 {
     parent::__construct();
     $this->repertoire = $this->cheminPhysique . '/cache/';
     $this->fichierCourant = 'default';
 }
コード例 #16
0
 /**
  * Constructeur de mailObject
  * 
  * @param string $connexion Connexion
  * 
  * @return void
  * */
 function __construct($connexion = '')
 {
     parent::__construct();
     //
 }
コード例 #17
0
 /**
  * Constructeur de archiAuthentification
  * 
  * @return void
  * */
 function __construct()
 {
     parent::__construct();
     $this->login = "";
     $this->motDePasse = "";
 }
コード例 #18
0
 /**
  * Constructeur de la classe GoogleMap
  *
  * @param array $params Paramètres
  *
  * @return void
  * */
 function __construct($params = array())
 {
     $this->noDisplayZoomSelectionSquare = false;
     $this->noDisplayZoomSlider = false;
     $this->zoomType = '';
     $this->noDisplayEchelle = false;
     $this->noDisplayMapTypeButtons = false;
     parent::__construct();
     if (isset($params['googleMapNameId']) && $params['googleMapNameId'] != '') {
         $this->googleMapNameId = $params['googleMapNameId'];
     } else {
         $this->googleMapNameId = 'divMap';
     }
     if (isset($params['mapType']) && $params['mapType'] != '') {
         $this->mapType = $params['mapType'];
     } else {
         $this->mapType = '';
     }
     if (isset($params['height']) && $params['height'] != '') {
         $this->googleMapHeight = $params['height'];
     } else {
         $this->googleMapHeight = '300';
     }
     if (isset($params['divStyle']) && $params['divStyle'] != '') {
         $this->divStyle = $params['divStyle'];
     } else {
         $this->divStyle = '';
     }
     if (isset($params['width']) && $params['width'] != '') {
         $this->googleMapWidth = $params['width'];
     } else {
         $this->googleMapWidth = '500';
     }
     if (isset($params['setOnClickType']) && $params['setOnClickType'] != '') {
         $this->markerOnClickType = $params['setOnClickType'];
     } else {
         $this->markerOnClickType = 'link';
     }
     if (isset($params['setTimeOutPaquets']) && $params['setTimeOutPaquets'] != '') {
         $this->setTimeOutPaquets = $params['setTimeOutPaquets'];
     } else {
         $this->setTimeOutPaquets = 5000;
     }
     if (isset($params['debugMode']) && $params['debugMode'] == true) {
         $this->debugMode = true;
     } else {
         $this->debugMode = false;
     }
     if (isset($params['zoom']) && $params['zoom'] != '') {
         $this->googleMapZoom = $params['zoom'];
     } else {
         $this->googleMapZoom = 10;
     }
     if (isset($params['noDisplayZoomSelectionSquare']) && $params['noDisplayZoomSelectionSquare'] == true) {
         $this->noDisplayZoomSelectionSquare = true;
     }
     if (isset($params['noDisplayZoomSlider']) && $params['noDisplayZoomSlider'] == true) {
         $this->noDisplayZoomSlider = true;
     }
     if (isset($params['noDisplayEchelle']) && $params['noDisplayEchelle'] == true) {
         $this->noDisplayEchelle = true;
     }
     if (isset($params['noDisplayMapTypeButtons']) && $params['noDisplayMapTypeButtons'] == true) {
         $this->noDisplayMapTypeButtons = true;
     }
     if (isset($params['zoomType']) && $params['zoomType'] != '') {
         $this->zoomType = $params['zoomType'];
     }
     if (isset($params['centerLong']) && isset($params['centerLat'])) {
         $this->centerLong = $params['centerLong'];
         $this->centerLat = $params['centerLat'];
     } else {
         $this->centerLong = "7.7400";
         // on centre sur strasbourg par defaut
         $this->centerLat = "48.585000";
     }
     $this->googleMapKeyProperty = $params['googleMapKey'];
     $this->coordonnees = array();
 }
コード例 #19
0
 function __construct()
 {
     parent::__construct();
     $this->microTime = 0;
 }
コード例 #20
0
 function __construct($idImage = null)
 {
     $this->idImage = $idImage;
     parent::__construct();
 }