The mysqli interface (file mysqli.php) is riddled with bugs due to its old age. A complete rewrite might be a good idea.
Objectives:
- Don't mask any error message with '@'.
- Handle all potential exceptions correctly.
- Still offer the same interface to the outer world.
- Maybe use namespaces?
The mysqli interface (file mysqli.php) is riddled with bugs due to its old age. A complete rewrite might be a good idea.
Objectives: