IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Index du forum

Recherche:

Type: Messages; Utilisateur: imikado

Recherche: Recherche effectuée en 0,01 secondes.

  1. Votes reçus
    +0 -0
    Réponses
    4
    Affichages
    647

    public function findByNotChx($noe_chx){ ...

    public function findByNotChx($noe_chx){
    return $this->findMany('
    SELECT *
    FROM '.$this->sTable.',c_par
    WHERE
    not_id = par_id
    AND par_dtm >= not_dtm
    ...
  2. Votes reçus
    +0 -0
    Réponses
    4
    Affichages
    647

    $this->findMany('SELECT * FROM '.$this->sTable.'...

    $this->findMany('SELECT * FROM '.$this->sTable.' WHERE nom=? ORDER BY ? ASC',$nom,$champATrier);
Affichage des résultats 1 à 2 sur 2