Ejemplo n.º 1
0
 function createNotification($user_id, $friend_id, $post_id, $type)
 {
     $model = new Notification_Model();
     $model->createNotification($user_id, $friend_id, $post_id, $type);
 }