Select()
Select(string $table, string $select = null, string $where = null, string $order = null, string $limit = null, array|null $option = null) : string
构造查询语句.
Parameters
| string |
$table |
|
| string |
$select |
|
| string |
$where |
|
| string |
$order |
|
| string |
$limit |
|
| array|null |
$option |
|
Returns
string
— 返回构造的语句