PHP Classes

Packages of Andi Trînculescu

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Andi Trînculescu (2)  >  Mission progress status  >  Reputation  
Picture of Andi Trînculescu
Name: Andi Trînculescu <contact>
Classes: 2
Country: Romania Romania
Age: ???
All time rank: 106725 in Romania Romania
Week rank: 195 Up3 in Romania Romania Up
All time users: 3025
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Navigation  
Site navigation bar generation
This class is meant to let you build a dynamic site navigation bar presented in the breadcrumb style.

The navigation bar may display links, one for each level of the site hierarchy. The title of each level link is presented using a CSS style named breadcrumb. The current level is displayed as plain text within a span using the CSS style breadcrumbcurrent.

  Files folder image SkyApp Debug  
Output debug information with visibility HTML link
This class is meant to output debug information in a convenient way using the PHP var_dump function to display the data of variables.

The debug information is outputted in layers defined with HTML DIV tag. The user can toggle the visibility of these layers by clicking on links that are also outputted to show or hide any of the debug information sections outputted by the class.

To use the class just call SADebug::trace($variable, __FILE__, __LINE__)

This call will output a link line like this. Clicking on the link makes the browser show the var_dump function output.

:: Trace /home/andi/public_html/test.php on line 53 ::

The HTML output can be easily customized using CSS styles.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z