Changeset 627
- Timestamp:
- 04/25/07 14:43:06 (1 year ago)
- Files:
-
- trunk/examples/events (added)
- trunk/examples/events/index.php (added)
- trunk/examples/events/queue.php (added)
- trunk/examples/index.html (modified) (1 diff)
- trunk/src/main/php/net/stubbles/examples/events (added)
- trunk/src/main/php/net/stubbles/examples/events/Auth.php (added)
- trunk/src/main/php/net/stubbles/examples/events/BlackList.php (added)
- trunk/src/main/php/net/stubbles/examples/events/UserLoginLogging.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/index.html
r623 r627 7 7 <p>Please select the desired example:</p> 8 8 <ul> 9 <li><a href="json-rpc">Out-of-the-box AJAX with the JSON-RPC processor</a></li> 10 <li><a href="foreignClassLoaders">Loading classes from foreign resources with the Stubbles class loader</a></li> 11 <li><a href="logging">Logging data</a></li> 9 <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 10 <li><a href="json-rpc/">Out-of-the-box AJAX with the JSON-RPC processor</a></li> 11 <li><a href="foreignClassLoaders/">Loading classes from foreign resources with the Stubbles class loader</a></li> 12 <li><a href="logging/">Logging data</a></li> 12 13 </ul> 13 14 </body>
