-
Arrays, objects and even scalar variables, such as strings, integers, etc., can be dumped in plain text or HTML.
-
dyn_php can be used to generate PHP code programmatically. Currently it can add scalar variable definitions, array variables and constants.When the code definition is done, dyn_php can save the generated code to a PHP file.
-
format_page is a class that will format an array of scalars (like strings) neatly into an arbitrary number of equal sized columns. Uses an HTML table to do this, wrapping from left to right.Modelled after the output from the format_page() SimulEfun in thlt;p>Modelled a

