Welcome Guest, Not a member yet? Register   Sign In
Model, View, or Controller, which order?
#3

[eluser]InsiteFX[/eluser]
Before thinking about that you should be thinking what problem am I trying to solve!

Take the big problem and keep breaking it down into smaller problems until it makes no sense to break it down any more.

This will allow you to manage what you are trying to do.

This will then give you a plan for how your application will work and were things should go.

Controllers - are like switchboards for handling commands.
Models - for handling the database and business logic of the application.
Views - for display the information to the user.

InsiteFX


Messages In This Thread
Model, View, or Controller, which order? - by El Forum - 04-12-2011, 06:19 AM
Model, View, or Controller, which order? - by El Forum - 04-12-2011, 06:30 AM
Model, View, or Controller, which order? - by El Forum - 04-12-2011, 06:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB