View Single Post
  #4 (permalink)  
Old 12-06-2007, 06:13 AM
conradwt conradwt is offline
Member
 
Join Date: Nov 2007
Posts: 33
Question 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
Reply With Quote