DibiFluent を使用して作成された SQL ステートメントについて助けが必要です。
// For example, DISTINCT works
$fluent = dibi::select('DISTINCT *')
->from('users')
....
// ... but this does not (which should, imho)
$fluent = dibi::select('SQL_CALC_FOUND_ROWS *')
->from('users')
....
誰かがこの問題に貢献できますか?
ありがとう