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.
create form user can submit message selecting user.
create notifications table can store user messages. table should keep information sent it, receive it, when show, created , status (shown or not shown).
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
Post a Comment