Beginners How to get started MVC framework, according to their own work summary of the following total 6 points of experience to share with you.
First, choose a frame
As to which frame to choose, mainly to look at the individual.
1. It is best to have friends all around you, because you don't understand when it is convenient to solve. Sometimes forums, manuals on the answers you may not understand the transparent, especially without contact with the framework of the phper, but also unintelligible.
2. The choice of this framework forum is more active, which is shared by the body, a period of time before playing qeephp frame time, the forum desolate, the work needs, no way, can only, encountered problems, the answer to the question of few people, at the same time the manual and so on only wrote a part, there are many parts did not write up.
Second, familiar with the operation of the database
Each frame has its own method of operation, which must be learned. Select,delete,insert,update are familiar with these several usages. The quickest way is to look at the manual and find the corresponding action. At the same time to know the debugging methods, you can see the original operation there is no error. Basically, this framework can start developing projects at least.
Third, the Forum official website
This is very important, first look at the manual, encounter problems first in the forum to find out if anyone has encountered you this situation, there is no need to ask questions. Then the same question, very few people will answer again. Sometimes you can solve the problem, also answer, this can deepen your understanding, do not feel wasted your time, this premise is that you have time. So in the spirit of everyone for me, I for everyone's spirits.
Four, download a case.
I often like this, do not know how a function to call the time, directly find the corresponding function of the case to see the code, see how people are called, and add their own views.
V. Categories of Manuals
MVC generally have some classes, user-friendly operation, with their own do not have to write the corresponding code.
Six, to have the spirit of "copycat"
Someone else's stuff, you've got it all, it's yours.