PHP Classes

Packages of Alexander Serbe

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Alexander Serbe (3)  >  Mission progress status  >  Reputation  
Picture of Alexander Serbe
Name: Alexander Serbe <contact>
Classes: 3
Country: Germany Germany
Age: 52
All time rank: 76349 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 4055
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 objectStatus 1.0  
Monitor and log your objects' activities
objectStatus is a PHP class for observing and logging objects. It collects messages and can print them to the screen, write into a log file, or send them via email to any number of recipients. It can be used for development purposes or for monitoring running applications.

Please have a look at the xMySQL class (also in this repository) to see how it can be implemented.
Not enough user ratings

  Files folder image xError  
Generic error reporting and handling class
xError is a generic error reporting and handling class. It may be used for debugging and/or monitoring purposes.

The basic concept is to define as many errors as needed for the application. These errors may be declared as 'fatal' or 'non-fatal' errors.

Whenever an error is encountered during the execution of the program, xError checks whether it is classified as 'fatal' or 'non-fatal'.

Fatal errors cause the immediate abortion of the program's execution. Instead of the output normally generated, an error message is displayed, describing the error that just occurred, accompanied by suggestions on how to avoid the error (if that is possible). Additionally, the error could be logged in a text file.

Non-fatal errors do not cause the running program to be aborted. The error message is merely added to the so-called error stack. The developer is free to decide where and how he wants to react to these errors. For the sake of completeness, it , has been implemented a means of displaying the non-fatal errors the same way fatal errors are displayed.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 68% 87% 62% 75% - - 56% 1756
Month: Not yet rated by the users

  Files folder image xMySQL  
Simple but effective class for the work with MySQL
xMySQL is a PHP class that simplifies using MySQL databases. It is designed to be simple and effective, leaving out all "unnecessary" functions in favor of only those most frequently used, such as connecting and disconnecting from a server, and executing SELECT, INSERT, UPDATE, and DELETE queries.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 75% 83% 83% 83% - - 62% 930
Month: Not yet rated by the users


  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