that was written a long time ago .. i should update it as my coding style has changed a lot since then .. the 0 indicates the first record of the rows that are returned in the mysql query when using the mysql_result function.
it wold be the same as saying
PHP Code:
<?
if($row = mysql_fetch_assoc($result)){
$this->headline = $row['headline'];
}
?>