Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Granada
Orm
Wrapper
group_by_raw
Granada\Orm\Wrapper::group_by_raw PHP Method
Wrapper Class Documentation
显示文件
Open project: surt/granada
group_by_raw()
public
method
Add an unquoted expression to the list of columns to GROUP BY
public
group_by_raw
(
$expr
)
public function group_by_raw($expr) { $this->_group_by[] = $expr; return $this; }
Wrapper
__call
_create_model_instance
_get_instances
assoc_to_keyval
create
filter
find_many
find_one
find_pairs
for_table
group_by_raw
insert
order_by_raw
pluck
raw_join
reset_relation
select_raw
set_class_name
where_id_in
with