Posts by Henrique Scarabele • 1 point
1 post
-
0
votes3
answers3146
viewsA: Error when performing a database query
Try it with that code $sql = $this->getDefaultAdapter() ->setIntegrityCheck(false) ->select() ->from($this->_name, $cols) ->where('id = ?', $id); return $this->fetchRow($sql);…