国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Symfony Admin Generator? ?? ? ?? ??? ?? ? ?? ??? propel? ?????.
淡淡煙草味
淡淡煙草味 2017-05-16 16:46:10
0
1
708

Symfony Admin Generator? ?? ? ?? ??? ?? ?? ???? ????? propel? ?????. ?? ??? ??? ??? ?? ???? ??? ?? ?? ?????? ??? ?? ????

淡淡煙草味
淡淡煙草味

?? ??(1)
Ty80

自己找到方法了,分享一下。
?? ? ??
==================================
??? ??? ???? ?? ???? ?? ?? ?? ? ?? ?? ??? ? ????. is_sortable? ???? ?? ??? true? ???? ??? ??? ??? ???? orderByXXX() ???? ????. ?? ??, ?? ???? ?? ??? ??? ? ??? ???:is_sortable to true, and the generated module will look for an orderByXXX() method in the generated query. For instance, to allow a book list to be sortable on the author name:

Then the generator will try to execute BookQuery::orderByAuthor() whenever the user clicks on the Author header to sort on this column. The method must be implemented as follows:

You can override the default sorting method name for a field by setting the sort_method
??? ???? ???? ? ?? ???? ?? Author ??? ??? ??? BookQuery::orderByAuthor()? ????? ?????. ???? ??? ?? ????? ???:

?????? ??sort_method ????? ???? ??? ?? ?? ?? ??? ???? ? ????.??????????