#!/usr/bin/env php db = $db; $uf->log = $log; $uf->updateAll(); $uf = new Feed_UpdateEntries(); $uf->db = $db; $uf->log = $log; $uf->updateAll(); $uf = new Feed_PingUrls(); $uf->db = $db; $uf->log = $log; $uf->pingAll(); ?>