DBPdo instead of DBMysqli

This commit is contained in:
xiaomlove
2026-04-13 03:12:04 +07:00
parent 9995767bf7
commit f271e28b15
7 changed files with 197 additions and 10 deletions
+5
View File
@@ -1,6 +1,11 @@
<?php
namespace Nexus\Database;
/**
* @deprecated
*
* use DBPdo instead
*/
class DBMysqli implements DBInterface
{
private $mysqli;