コード例 #1
0
ファイル: Search.php プロジェクト: nhochong/qlkh-sgu
 public function unindex(Khcn_Model_Item_Abstract $item)
 {
     $table = Khcn_Api::_()->getDbtable('search', 'default');
     $table->delete(array('type = ?' => $item->getType(), 'id = ?' => $item->getIdentity()));
     return $this;
 }