Answer the question
In order to leave comments, you need to log in
How to cook MVC?
I usually first roughly sketch the interface, site structure, from here I draw a conclusion about the necessary data for storage, and make tables in SQL. Then I call the CRUD generator, and it gives me the initial M, V and C. Then I take on the controllers, testing them in Views along the way.
I seem to be doing my best, right? It just worries me that I don’t build any database schemas and other things that they teach at the university. And how are you with this case?
Answer the question
In order to leave comments, you need to log in
See the MVC framework docs for how the development process is described.
In general, according to the mind, it is necessary to draw the base with all the connections, as well. it is possible to miss some nuance at the very beginning and this will cause many problems in the future.
In general, first design and structure - site, database, file, and then the implementation.
In our project now, specifications come from analysts (including the database structure), and models and so on are already being written for them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question