git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git]
/
examples
/
direct
/
php
/
poll.php
1
<?php
2
echo json_encode(array(
3
'type'=>'event',
4
'name'=>'message',
5
'data'=>'Successfully polled at: '. date('g:i:s a')
6
));