# TP-MysqliDb **Repository Path**: mrpzx/TP-MysqliDb ## Basic Information - **Project Name**: TP-MysqliDb - **Description**: MysqliDb & thinkphp - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TP-MysqliDb MysqliDb & thinkphp 让dbObject用起来更像是thinkphp的orm 示例代码: ```php $this->field('user_pay.*,payer.username,receiver.username')->with('receiver')->with('payer')->where($where)->limit($offset, $limit)->order($orderSort)->select(); ```