Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Notification Service

When a member post posts a comment, accept accepts invitation requests , like or likes an items, a message/email will be sent to owner to tell him about the status changed,
The behind service handle handles these message is Notification.

The following attachment describe a notification message about friend request acceptionacceptance.

Notification item is stored at phpfox_notification table, look in to the table, there are following columns

  • notification_id: notification identity, auto incrementation.
  • type_id: type if of relevant item
  • item_id: item id of relevant item
  • user_id: identity of the user who send the activate notification?
  • owner_user_id: target owner id's identity
  • is_seen: Notification is seen?
  • time_stamp: creation time

...