The company wants to use php for some development and start to learn about php. due to business needs, the company needs to use php for development. However, I have not yet been able to recruit a good php programmer, so I have to catch up with the duck and study php. I can block it temporarily. if I can, I will study it in depth.
Make a simple record. In order to urge yourself to learn.
Because I have had many years of Web development experience, I still have the confidence to master php for a short time. what communication mechanisms, forms, B/s, and HTML, the basic learning of Css and js can be ignored.
Search for a php Tutorial on w3cschool at http://www.w3school.com.cn/php /. I made a rough look. Focus on the following aspects:
1. how to declare variables, if used.
2. how to use constants
3. basic syntax and procedures, and how to use them cyclically
4. I learned about php arrays and compared them with. net arrays and generics.
5. let's take a look at php's global advantages.
6. understand some php Web operations, including form acquisition, Session, cookie usage, and basic file operations.
7. learn how php connects to mysql, reads, writes, and updates.
8. I probably know that php has a lot of functions. although I don't know how to use them, I think I don't have to remember it. I just need to find a manual and check it when I use it.
9. I learned about the introduction of PHP files to require and include.
Then a phpstorm tool is downloaded as an ide tool. Then I configured the basic php environment, installed mysql, read the above several items, and quietly wrote the code. With the above knowledge, if you do not consider reuse and object-oriented, you simply write some Web programs, and it's okay to be an enterprise site. Strive for a little something trainer.
Time planning: It takes about half a day to finish reading the above knowledge. Then it takes half a day to write and get started.
The following plan: know that php has templates and many frameworks. Use MVC to understand this part, and spend some time on php Cache and other authentication mechanisms. Find a mature framework to learn and use. Create a small item, feel it, and find an open-source project.
I have browsed the current progress and basic knowledge. today I am trying to beat the other side. Can this be done within one week?