mirror of https://github.com/iAJue/Fantasy-field
11 lines
157 B
PHP
11 lines
157 B
PHP
![]() |
<?php
|
||
|
namespace framework\database;
|
||
|
/**
|
||
|
* Pdo数据库操作类
|
||
|
*/
|
||
|
class pdo extends DbInterface{
|
||
|
|
||
|
function __construct(argument){
|
||
|
# code...懒.....
|
||
|
}
|
||
|
}
|