Kohana 3 Routing – Part 2: Dynamic Routes and Default Values

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

Kohana 3 Routing – Part 1: Static routes and Subdirectories

Part 1 | Part 2

The complexity of Kohana routing is really not as daunting as it first appears–especially if you’ve the leisure to browse the cleanly written, well organized code. However, for those who lack the time (or desire) to parse libraries, Kohana can present some stumbling blocks to a newbie early on the . . . → Read More: Kohana 3 Routing – Part 1: Static routes and Subdirectories