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
|