We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

DELETING OLD NEWS IS NOT POSSIBLE? - Ultimate News 1.01 | Forum

adminnoah
adminnoah Nov 9 '13

    public function updateYnnewsFeeds()

    {

        $numberOfFeedsForEachUpdate = 5;

        $feedList = $this->feedService->getFeedsForUpdate($numberOfFeedsForEachUpdate);

        foreach ($feedList as $feed) {

            $this->feedService->updateFeedUpdateDatetime(time(), $feed['id']);

            $this->feedService->updateFeed($feed['id']);

        }


        //auto delete old news here ?


    }

WHERE THE SCRIPT FOR DELETING NEW??

You do not have permission to reply this topic