Iris: MVC: Support for ByByBy... functions without names

Created on 18 Sep 2017  路  2Comments  路  Source: kataras/iris

Hello and thank you for this nice framework.

Can you please add the Support for GetByBy... functions without names/seperators like GetByItemBy to build URL like /shop/12/98/ and not /shop/12/item/98 ?

Thank you.

implemented

Most helpful comment

Done, thanks for your nice words and good point!

All 2 comments

Done, thanks for your nice words and good point!

@NextGringo You can now do GetBy(int, int) for shop/12/98 instead of GetByBy(int, int).

Was this page helpful?
0 / 5 - 0 ratings