」工欲善其事,必先利其器。「—孔子《論語.錄靈公》
首頁 > 程式設計 > 小Swoole資料庫

小Swoole資料庫

發佈於2024-11-06
瀏覽:669

Small Swoole Db

Small Swoole Db 2.3引入左連接:

$selector = (new TableSelector('user'))
    ->leftJoin('post', 'messageOwner', 'message')
;

$selector->where()
    ->firstCondition(new Condition(
        new ConditionElement(ConditionElementType::var, 'name', 'user'),
        ConditionOperator::equal,
        new ConditionElement(ConditionElementType::const, 'john')
    ))->andCondition(new Condition(
        new ConditionElement(ConditionElementType::var, 'subject', 'message'),
        ConditionOperator::like,
        new ConditionElement(ConditionElementType::const, '%hiring%')
    ))
;

packagist:https://packagist.org/packages/small/swoole-db
git : https://git.small-project.dev/lib/small-swoole-db

版本聲明 本文轉載於:https://dev.to/sebk69/small-swoole-db-23-3e90?1如有侵犯,請洽[email protected]刪除
最新教學 更多>

免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。

Copyright© 2022 湘ICP备2022001581号-3