Changeset 956

Show
Ignore:
Timestamp:
10/03/07 11:18:59 (1 year ago)
Author:
schst
Message:

Restructured example overview page

Files:

Legend:

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

    r955 r956  
    7474            <a href="core/exception.php">Using the exception handler</a> (<a href="core/exception.php?test=1">Result with net.stubbles.mode=test</a>) (<a href="showsource.php?group=core&example=exception">show PHP source</a>) 
    7575          </li> 
     76          <li> 
     77            <a href="foreignClassLoaders/">Loading classes from foreign resources with the Stubbles class loader</a> 
     78          </li> 
     79          <li> 
     80            <a href="logging/">Logging data</a> 
     81          </li> 
    7682        </ul> 
    7783      </li> 
     
    104110        </ul> 
    105111      </li> 
    106       <li><a href="foreignClassLoaders/">Loading classes from foreign resources with the Stubbles class loader</a></li> 
    107       <li><a href="logging/">Logging data</a></li> 
    108       <li><a href="variants/variants.php">Using variants</a> (<a href="showsource.php?group=variants&example=variants">show PHP source</a>)</li> 
    109112      <li> 
    110113        Processors 
     
    126129          <li> 
    127130            <a href="xml/serializer.php">stubXMLSerializer</a> (<a href="showsource.php?group=xml&example=serializer">show PHP source</a>) 
     131          </li> 
     132        </ul> 
     133      </li> 
     134      <li> 
     135        Misc features 
     136        <ul> 
     137          <li> 
     138            <a href="variants/variants.php">Using variants</a> (<a href="showsource.php?group=variants&example=variants">show PHP source</a>) 
    128139          </li> 
    129140        </ul>