Fantasy-field/framework/database/Pdo.class.php

11 lines
157 B
PHP
Raw Normal View History

2018-04-11 11:12:10 +00:00
<?php
namespace framework\database;
/**
* Pdo数据库操作类
*/
class pdo extends DbInterface{
function __construct(argument){
# code...懒.....
}
}