catalyst  

Re: [Catalyst] Re: action_for with user_id removed ...

Oliver Charles
Sat, 06 Feb 2010 09:17:20 -0800

On Sat, Feb 6, 2010 at 4:35 PM, Bill Moseley <mose...@hank.org> wrote:
> Plus, it sure is handy in documentation to say:
>   To update your personal profile go to: http://example.com/myprofile
> vs.
>   To update your personal profile go to: http://example.com/user/<your id
> here>/profile

We have to points in urls for this:

  * /user/<id>/<foo>
    "Public" viewing of user stuff (public may mean only a restricted
set of users can view it, but it's not private)

  * /account/<action>
    For doing stuff that only you can do to your own account (change
password etc)

-- 
    Oliver Charles / aCiD2

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/