Changeset 654
- Timestamp:
- 05/01/07 20:39:45 (2 years ago)
- Files:
-
- trunk/examples/index.html (modified) (1 diff)
- trunk/examples/showsource.php (added)
- trunk/examples/xml (added)
- trunk/examples/xml/serializer.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/index.html
r629 r654 38 38 <ul> 39 39 <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 40 <li><a href="json-rpc/">Out-of-the-box AJAX with the JSON-RPC processor</a></li> 40 <li> 41 <a href="json-rpc/">Out-of-the-box AJAX with the JSON-RPC processor</a> (<a href="showsource.php?group=json-rpc">show HTML/PHP source</a>, <a href="showsource.php?group=json-rpc&example=jsonrpc">show service source</a>) 42 </li> 41 43 <li><a href="foreignClassLoaders/">Loading classes from foreign resources with the Stubbles class loader</a></li> 42 44 <li><a href="logging/">Logging data</a></li> 45 <li> 46 XML handling 47 <ul> 48 <li> 49 <a href="xml/serializer.php">XMLSerializer</a> (<a href="showsource.php?group=xml&example=serializer">show PHP source</a>) 50 </li> 51 </ul> 52 </li> 43 53 </ul> 44 54 </body>
