dev
Event
class Event { public const STATUS_PENDING = 0; public const STATUS_ACTIVE = 1; public const STATUS_INACTIVE = 2;