Ben bir sonraki kod var:
$parent_priority = $data['priority'];
$where = $this->getAdapter()->quoteInto('priority >= ?', $parent_priority);
$columns = array ('id',
'title',
'enabled',
'description',
'pv',
'gv',
'mps', 'priority',
);
$select_data = $this->select()->from($this->_name, $columns);
$ranks = $this->fetchAll($select_data)->toArray();
Ama Zend bir hata bulunamadı "Sütun: 1054 Bilinmeyen sütun '0 alan listesindeki 'in'" oluşturmak doğrultusunda $ranks = $this->fetchAll($select_data)->toArray();
Bunu nasıl çözebilirim?