Example #1
0
   <td bgcolor=#ffffff>
   <strong>jphp://jphp.demo/JPHPRegistry/<a href="<?php 
echo $request->getRequestPath(), $source ? '">display demo</a>' : '?source=TRUE">show-source</a>';
?>
</strong></font>
   </td>
</tr>
<tr>
   <td bgcolor=#ffffff>
   <br>
   <br>
   <?php 
if ($source) {
    highlight_string(implode('', file(__FILE__)));
    exit;
}
?>
   <dl><strong>Displaying loaded class :</strong>
   <dd><?php 
JPHP::_debug();
?>
   </dl>
   <strong>Displaying classes tree available :</strong>
   <?php 
JPHP::_display_packages();
?>
   
   </td>
</tr>
</table>