Subversion-Projekte lars-tiefland.prado

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
/**
 * Auto generated by prado-cli.php on 2007-01-16 06:44:16.
 */
class AddressRecord extends TActiveRecord
{
        const TABLE='addresses';

        /**
         * @var integer $id
         * @soapproperty
         */
        public $id;

        /**
         * @var string $username
         * @soapproperty
         */
        public $username;

        /**
         * @var string $phone
         * @soapproperty
         */
        public $phone;

        /**
         * @return AddressRecord
         */
        public static function finder($className=__CLASS__)
        {
                return parent::finder($className);
        }
}
?>