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.0.0 - Released 07/06/2009
[extjs.git]
/
examples
/
image-organizer
/
php
/
poll.php
1
<?php
\r
2
echo json_encode(array(
\r
3
'type'=>'event',
\r
4
'name'=>'message',
\r
5
'data'=>'Successfully polled at: '. date('g:i:s a')
\r
6
));
\r