Part 1 | Part 2
In Part 1 of these articles we learned to created a simple static route in Kohana. In this part we’ll build on the basic routing to make parameters passed in the URL available to the action function.
Basic Parameters
Passing parameters into kohana from the URL is a fairly straightforward . . . → Read More: Kohana 3 Routing – Part 2: Dynamic Routes and Default Values