View Single Post
  #6 (permalink)  
Old 02-10-2007, 05:36 AM
Tommy1402 Tommy1402 is offline
Junior Member
 
Join Date: Feb 2007
Posts: 26
Default

Well, my solution perhaps,
1. Copy your Shopping folder into App/Views to produce: App/Views/Shopping.
2. Create ShoppingIndex.php in the App/Controllers. with function indexAction() to render your 'Shopping/index.php'.
3. That's all.

I tried it based on your post, and it works.
Hope it helps
Reply With Quote