I noticed that in certain examples depending on the coder, sometimes the
following format is used:
c.uri_for(c.controller('Users').action_for('list'))
and other times this fomat:
c.uri_for('/users/list')
What's the difference and is there an advantage of using one or the
other?
Thanks alot in advance.
--
Kiffin Gish <[email protected]>
Gouda, The Netherlands
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/