Re: Notification same like facebook with using cakephp

2015-09-16 Thread Salines
On CakePHP side you need output data as json, and on frontend use some jquery plugins like http://ned.im/noty/#/about http://notifyjs.com/ etc -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are

Re: Notification same like facebook with using cakephp

2015-09-15 Thread Domingos Coelho
I think what you need is WebSocket https://w3c.github.io/websockets/ https://www.websocket.org/ Em segunda-feira, 14 de setembro de 2015 04:08:55 UTC-4, HIREN DHOKIYA escreveu: > > Hello sir, > > I am new in cakephp and i want implement the notification same like > facebook in my current

Notification same like facebook with using cakephp

2015-09-14 Thread HIREN DHOKIYA
Hello sir, I am new in cakephp and i want implement the notification same like facebook in my current website. we have designed database for notification info, and we want to fetch the data in every some second without any affect of webpage. any one who can help me for implement this? --