Show
Ignore:
Timestamp:
01/10/06 11:11:01 (3 years ago)
Author:
argh
Message:

Added some docs; Tweaked output.

Files:

Legend:

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

    r6 r27  
    3434    $pretty =& new patXMLPretty; 
    3535 
     36    // create the engine we want to use 
    3637    $engine =& $pretty->createEngine( 'Unserializer' ); 
     38 
     39    // give patXMLPretty the engine to use 
    3740    $pretty->setEngine( $engine ); 
    3841 
     
    4346    } 
    4447 
    45     echo $highlighted; 
     48    // display the highlighted source 
     49    displaySection( 'Highlighted source', $highlighted ); 
    4650 
    4751