cm 全称 custom, 从字面含义就可以知道 这是一个自定义SQL语句功能
public function cm(string $data)
SQL语句
操作成功返回 Object, 失败返回 false
<?php // string(37) "[SQL] select * from test where cm = 1" $select = Asf_Db::QBS(); $select->cm('* from test where cm = 1');