<?php $query = $builder->get(10, 20); /* * Executes: SELECT * FROM mytable LIMIT 20, ... You can use subqueries instead of an array of values: <?php // With ...
確定! 回上一頁