Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

File metadata and controls

28 lines (18 loc) · 1.03 KB

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