Hello,
I am working on my own folder structure for my project. I would like to hear if you think this is a bad ideer and why? The reason I do this, is because I have 3 different templates.
- Frontpage template
- User logged in dashboard template
- Admin dashboard template
My folder structure looks like this:
App/
frontpage/
controllers/
views/
admin/ ( User dashboard )
controllers/
views/
system/ ( Admin dashboard )
controllers/
views/
public/
resources/
config/
library/
models/
cache/
Is this a bad ideer, any suggestions ?