[Catalyst] [Beginner] Understanding actions and controllers - not!

Kieren Diment diment at gmail.com
Thu Aug 26 22:02:15 GMT 2010


On 27/08/2010, at 7:50 AM, Ekki Plicht (DF4OR) wrote:

> Am Montag 23 August 2010, 23:17:40 schrieb Ben van Staveren:
>> try using /static/css/main.css ;)
> 
> Yup, that did the trick.
> $c.uri_for() would have worked as well, as I have learned now (tnx Stuart).


$c->uri_for('/static/wherever') is the correct solution.  Giving it an absolute path will most likely break if you end up deploying your application somewhere other than the server root.


More information about the Catalyst mailing list