This is a bit of a weird question, but what if i wanted to pick a
controller from a controller without redirecting? Let me explain:<br>
<br>
user goes to localhost/foobar/choose<br>
<br>
foobar/choose picks one of the three<br>
<br>
phobar/index<br>
bar/index<br>
foo/index<br>
<br>
but instead of redirecting, it simply executres one of the controllers and forwards the result. Strange? yes. Useful? very. Thx<br>