Displaying 1 result from an estimated 1 matches for "controller_here".
2009 Jul 17
3
how to get "www.site.com/user1" address
...were users: I wanted to
have a page in the the format: www.example.com/user1 AND
www.example.com/user2 and display information pertaining to that
particular user.
How would one go about doing that. Up until now reading in the book, it
seems to indicate that I can only have a
www.example.com/~controller_here~.
Now I also have a faint clue that you can set a controller default(map
root). If I was to do that, would I need to have a new controller for
each user? That''s the issue because it does not seem much of a DRY way
of getting this done.
Another quick add-on question that just came to my h...