Skip to content

Technical implementation of Activity feed and facebook like notifications for Codeigniter

License

Notifications You must be signed in to change notification settings

yashdesai87/activity-feed-notification-system

Repository files navigation

Activity Feed Notification System

Technical implementation of Activity feed and facebook like notifications for Codeigniter

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

  • Git clone the project
  • Import database from db folder activity_feed_notification_system.sql
  • Add system activities along with templates for each

Usage

$this->load->model('Activity_model');
$this->Activity_model->add_user_activity($to_user_id, $activity_type_slug, $from_user_id, $other_activity_data);

Built With

Authors

About

Technical implementation of Activity feed and facebook like notifications for Codeigniter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages