Changeset 673
- Timestamp:
- 05/27/07 19:18:06 (2 years ago)
- Files:
-
- trunk/docroot/error.php (deleted)
- trunk/examples/core (added)
- trunk/examples/core/error-simple.php (added)
- trunk/examples/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/index.php
r670 r673 65 65 <p>Please select the desired example:</p> 66 66 <ul> 67 <li> 68 Core functions 69 <ul> 70 <li> 71 <a href="core/error-simple.php">Using the error handler</a> (<a href="showsource.php?group=core&example=error-simple">show PHP source</a>) 72 </li> 73 </ul> 74 </li> 67 75 <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 68 76 <li>
