Matthew,
thank you for you explanation. Now it makes sense to me
and I'll probably end up using just one module ('default')
containing all the controllers (which I was wrongly
referring to as modules; i have to get used to the
terminology).
The only think I will miss is not having the modular
directory structure:
app
- default
- accounts
- library
- forum
- service
instead I will have everything in one directory
app
- default (containing everything)
But again, I think I can get used to that.
Thanks again,
Naioshi