Changeset 673

Show
Ignore:
Timestamp:
05/27/07 19:18:06 (2 years ago)
Author:
schst
Message:

Moved error handling example to examples/core

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/index.php

    r670 r673  
    6565    <p>Please select the desired example:</p> 
    6666    <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> 
    6775      <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 
    6876      <li>