Reputation: 15251
Are there any other classes provided by php5+ such as the mysqli() class?
for example, I use this class to connect to the mysql database. Are there any other classes provided by php?
$db = new mysqli('localhost','username','','mysql');
Upvotes: 0
Views: 45