$select->join( 'foo', // table name 'id = bar.id', // expression to join on ... this string will be used to create a Laminas\Db\Sql\Predicate\Expression ...
確定! 回上一頁