What code does one use to access the subdirectories of the public?
What code does one use to access the stylesheets, images, and javascripts in the public? It's not all that clear from the documentation online. I have tried the following thus far:
$this->baseUrl => produces the incorrect result
$this->staticUrl => produces the incorrect result
-Conrad
|