Check HTTP Status Code in Yii

Is there an easy way to check the status code of another website (e.g. http://google.com) in Yii?

Ideally, the list of URLs to check would be pulled from a DB and processed via CRON (or equivalent).

Use the following extension: http://www.yiiframework.com/extension/ehttpclient then read its headers

Cheers