Blog is the general Programmer's start play, write well, have no interest, logic enough to start from this inside
I'm abandoning the front desk now. Focus on the steps required to develop a simple CMS system:
1. Clear process
1--------Login Background
2--------The successful login can be used to determine the administrative rights, and then to manage the distribution of information
3--------Management information is divided into: add information to modify the individual information Delete information (single, multiple) query information
4--------Database design, user table information content table, column table (after query classification, it is best to make unlimited column classification)
5--------Design Module modularity is very important, start writing code before you can not blindly write, to give yourself a plan, or else today wrote, sleep a sleep do not have anything to remember, this is taboo, do not fight unprepared for the war, so the first to be based on your own needs of the modular design, In order to develop in a directional way.
Preliminary module: 1----file editing Module 2----Database connection Module 3----column module