V
V
Vitaly Arkhipov2013-03-09 06:11:13
Software design
Vitaly Arkhipov, 2013-03-09 06:11:13

An analogue of the "controller-action" technology?

Please tell me a normal framework for web development in any language which will not be based on the idea of ​​"Controllers:: Actions". Preferably one that will focus on Views.
Those. first we find out what we need to show, and then we collect data for this and fasten the logic, and not vice versa.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
La2ha, 2013-03-09
@La2ha

First, the controller determines which forms to show at a given URL, and then, based on these forms, requests data from the model and fills them.

You yourself answered your own question in my opinion and this can be done using MVC, in the controller constructor, for example, you will find out what forms are needed, and in the controller for these forms, look for information in the database, and pass it to the views.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question