Bonjour

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10

    //! Un constructeur.
    /**
    * Construit un nouvel objet ProductView
    *
    * @param object $model une instance de la classe ProductModel
    */
    function ProductView (&$model) {
        $this->model=& $model;
c'est quoi ce & ?

Merci