upgrading to YUI 2.6
data tables are going to need some work yet, but the other stuff seems to be working 100%
This commit is contained in:
parent
a041e93da8
commit
20f8df1291
2106 changed files with 993560 additions and 237 deletions
16
www/extras/yui/examples/json/assets/jsonConnect.php
Normal file
16
www/extras/yui/examples/json/assets/jsonConnect.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/* yadl_spaceid - Skip Stamping */
|
||||
header('Content-Type: application/json');
|
||||
|
||||
$messages =<<<END
|
||||
[
|
||||
{ "animal" : "Cat", "message" : "Meow" },
|
||||
{ "animal" : "Dog", "message" : "Woof" },
|
||||
{ "animal" : "Cow", "message" : "Moo" },
|
||||
{ "animal" : "Duck", "message" : "Quack" },
|
||||
{ "animal" : "Lion", "message" : "Roar" }
|
||||
]
|
||||
END;
|
||||
|
||||
echo($messages);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue