View Single Post
  #8 (permalink)  
Old 07-17-2008, 01:43 PM
amitshah amitshah is offline
Junior Member
 
Join Date: Jul 2008
Location: Ahmedabad
Posts: 8
Default

Quote:
Originally Posted by median View Post
Thank you for your code MiK, it's really helpful! I like the idea of having only one controller action for all the steps, so it behaves as one page form.
It works in Virtual Host alright, but to make it work in a subdirectory of document root, you have to change the paths in views to make it work properly. This is a common problem. I managed that with the baseUrl() view helper, after setting FrontController->setBaseUrl().
I have set baseurl according to subdirectory but i have problem with common directory path like images, css which i have set in config.ini

How could I get those path in view controller (tpl or phtml files)?
__________________
Amit Shah
Reply With Quote