This class-based example shows the difference between routes defined with Skinny's group() and get() methods and the same route hierarchy defined with rtGroup() and rtGet() — methods that retain Slim's behavior.
group()
get()
rtGroup()
rtGet()