_filterFields = array($this->_tableAlias => 'title'); return $this; } public function delete() { $hotSpot = new App_Banner_HotSpotAdminObj(); $hotSpot->setIdBanner($this->getPrimaryKey()); $hotSpot->delete(); parent::delete(); } }