PHP Classes

Packages of creep

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of creep (2)  >  Mission progress status  >  Reputation  
Picture of creep
Name: creep <contact>
Classes: 2
Country: United States United States
Age: ???
All time rank: 1240178 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 2538
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 debugger  
give you debug messages with verbose levels
Allows you to put debug messages in your code and mark them with a specific debug level. Later, when you want to output your debug messages, you can squelch out the messages with levels you don't want to see. This is different than other debug classes because it is not stepping through your code like a real debugger. It is only going to print the messages that you make up and that you have planted in your code. But some times you don't want to see all your debug messages, just the serious ones. Sometimes you want to see a lot more.

  Files folder image format_page  
format stuff in columns
This 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 the Nightmare Mudlib.


  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