Zend birden nerede

0 Cevap php

Ben thi sonraki kod var, ama çalışmıyor:

$select_sell = $this->select();
$select_sell->from($this->_name, array('rank_id'))
            ->where('rank_id = ?', $id)
            ->where('type = ?', 'must_sell');
$result = $this->fetchAll($select_sell)->count();

Bu sorgu ... WHERE rank_id = $id AND type = 'must_sell'.. yapmak gerekir

Oyuncak ederim.

0 Cevap