News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
AJAX Chat Part Tutorial 6 Updating the User List
January 08, 2007 @ 13:14:00

The Zend Developer Zone has posted the second to last part of their Ajax chat tutorial today. This time, they focus on updating the list of users currently in the chat.

Updating the user list should occur whenever the user adds a new chat message or refreshes the chat window. Since we already use the MessageAction() method on our PHP IndexController class to forward such responses to the browser, we'll simply amend it to also return a list of currently online users.

They start by altering the MessageAction controller to handle the fetching of online users and split out the code to grab the latest messages into a getNewMessages function. They check who is online by looking at the last messages to the queue (not reliable, but about as good as it can get with a stateless protocol). Finally, they update the handleRefresh method to execute the new "find online users" code as pass it on to the output view.

0 comments voice your opinion now!
ajax chat tutorial part6 user list online ajax chat tutorial part6 user list online


blog comments powered by Disqus

Similar Posts

Kevin van Zonneveld's Blog: How virtualization will improve your code

PHPit.net: Building a simple MVC system with PHP5

Sitening Blog: 8 Essential Plugins for TextPattern

Rob Allen's Blog: Tutorial Notes - Zend_Auth in French & Using Oracle

Rob Allen's Blog: Metadata from Zend_Db_Table_Abstract


Community Events











Don't see your event here?
Let us know!


code phpunit introduction zendframework2 unittest conference language object framework podcast testing opinion development community interview example series tool release functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework