1, <?php // $qb instanceof QueryBuilder $qb->select(array('u')) // string 'u' is converted to array internally ->from('User', 'u') ->where($qb->expr()->orX( ...
確定! 回上一頁