Exemple #1
0
 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;
 }