Subversion Repositories Applications.projet

Rev

Rev 402 | Rev 408 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 402 Rev 407
Line 383... Line 383...
383
     * Constructeur.
383
     * Constructeur.
384
     *
384
     *
385
     * @return void
385
     * @return void
386
     * @access public
386
     * @access public
387
     */
387
     */
388
    function projetControleur(&$dbObjet, &$authObjet, $urlObjet = "")
388
    function projetControleur(&$dbObjet, &$authObjet, &$urlObjet = "")
389
    {
389
    {
390
        $this->_db = $dbObjet ;
390
        $this->_db = $dbObjet ;
391
        $this->_auth = $authObjet ;
391
        $this->_auth = $authObjet ;
392
        $this->_id_repertoire = 0 ;
392
        $this->_id_repertoire = 0 ;
393
        $this->_type = '' ;
393
        $this->_type = '' ;