Notification showing on admin panel using PHP, Codeigniter & Mysql -


i working on admin panel using php, codeigniter & mysql, want notify each user according there userid on there dashboard. me resolve this. unknown this... please me! thanks

to show notifications need have below structure.

  1. create form user can submit message selecting user.

  2. create notifications table can store user messages. table should keep information sent it, receive it, when show, created , status (shown or not shown).

  3. next show user messages. can achieved ajax. costly affair needs regular hits server check / fetch messages received user. or else can show notifications when user loads page. not preferred needs action on browser.

note: using jquery notifications old fashioned. can use nodejs notifications purpose.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -