mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 20:47:33 +08:00
DBPdo instead of DBMysqli
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<?php
|
||||
namespace Nexus\Database;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
* use DBPdo instead
|
||||
*/
|
||||
class DBMysqli implements DBInterface
|
||||
{
|
||||
private $mysqli;
|
||||
|
||||
Reference in New Issue
Block a user