D
D
Dmitry2015-04-27 14:43:32
Programming
Dmitry, 2015-04-27 14:43:32

What is the best way to design a project?

There is a project, it has services. Each service has its own authorization parameters and settings. One service requires a login password, and another requires connection settings.
If the user goes to /service/mail then transfer it to the controller that is responsible for this service?
Or make one controller that calls the Service Model. But how then to store the connection settings and call them.
What is the best way to do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2015-04-27
@zolt85

Take a popular framework
See how it's done
Do the same
...
PROFIT

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question