produit = new Produit(); } public function index() { } public function rechercher() { $code = $this->requete->getParametreFormulaire("code"); $table = $this->requete->getParametreFormulaire("table"); $bool = $this->produit->existelignetable($code, $table); echo $bool ? 'true' : 'false'; } }