function __construct() { $this->subscription_date = date("Y-m-d H:i:s"); parent::__construct(self::$TABLE_NAME); }
function __construct() { parent::__construct(self::$TABLE_NAME); $this->public_id = EZP_CS_Utility::get_guid(); $this->creation_date = date("Y-m-d H:i:s"); }
function __construct() { $this->name = EZP_CS_Utility::__("Main Email"); parent::__construct(self::$TABLE_NAME); }