Note that the constructor should be called __construct(), not _construct(). All magic object functions in PHP are prepended with two underscores.

P.s: If you put your code in [php]<?php ?>[/php] tags. It will come out nice and formatted.