| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Alexander Serbe (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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 |
| ||||
| 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. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 68% | 87% | 62% | 75% | - | - | 56% | 1756 |
| Month: | Not yet rated by the users | |||||||
| ||||
| 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. |
| Ratings | Utility | 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 |