Changeset 956
- Timestamp:
- 10/03/07 11:18:59 (1 year ago)
- Files:
-
- trunk/examples/docroot/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/docroot/index.php
r955 r956 74 74 <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>) 75 75 </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> 76 82 </ul> 77 83 </li> … … 104 110 </ul> 105 111 </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>109 112 <li> 110 113 Processors … … 126 129 <li> 127 130 <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>) 128 139 </li> 129 140 </ul>
