Subject: | Good, except one thing: The DB is... |
Summary: | Package rating comment |
Messages: | 1 |
Author: | Alekos Psimikakis |
Date: | 2017-10-20 00:11:57 |
|
|
|
Alekos Psimikakis rated this package as follows:
Utility: | Sufficient |
Consistency: | Not sure |
|
Alekos Psimikakis - 2017-10-20 00:11:57
Good, except one thing: The DB is left open! I have added this function at the end:
public function close() {
mysqli_close($this->link);
}
so that the caller is able to close it: $db->close();
The class is quite rich in functions, most of which I have not checked. So I used "Not sure" for Consistency.
|