Could someone help me make query using php oop, here is what I trying but not work:
$this -> hashs = DB::select('SELECT * FROM'. $this -> table .'WHERE'. $this-> colRep .'IS NULL &&'. $this -> colCol .'= ?', array($this -> commentHASH));
If I use normal variable work fine....