americanu197,
I think you haven't understood yet the ZF's way.
We can use modules, controllers and actions. Each one has its own propose. I think using this concepts is the best way for most of problems. They help us to make the separation of application's code.
But there's some situations we must use another approach. In this case, I suggest you look for
custom routes.
maybe those threads help you
regards,