Link to using parameters

Hi all.
I want to create a link like this:
index.php/items/browse?public=1&featured=1

But, what function I can use?

Thanks.

Hi siscolor,

You're looking for link_to_browse_items(). I added an example there that describes exactly what you would need to get a link to browse featured items.

Best,
Jeremy

Aha! very thanks!