Home  >  Article  >  Backend Development  >  What to learn about php development

What to learn about php development

藏色散人
藏色散人Original
2019-10-17 10:43:153317browse

What to learn about php development

What to learn about php development?

Basic: Build lamp environment, PHP language (function, structure, database Drivers)

Intermediate: cache (redis, memcache, etc.), database design (master-slave separation), server Configuration (Linux system learning, dynamic and static separation, load balancing, etc.)

Advanced: Proficient in using major frameworks (thinkphp, CI, YII, laravel, etc.) Recommendation: thinkphp is the simplest, you can get started here

Hardcore: Study the core of the PHP language, join the PHP core team, make documents, expand functions, and promote the development of PHP (worship Brother Bird)

Study suggestions: Get started with reading books, learn basic functions and usage, and write more Write small functions; then learn the template engine and start learning object-oriented (not learning from my girlfriend ^_^); later, make a small application (be sure to finish it by yourself, don’t give up halfway); start learning the framework (get started with thinkphp More appropriate), you will find a different feeling when you develop applications after learning the framework; then buy a small space and start learning server configuration, website online configuration (cache optimization, sub-site configuration, etc.), and finally, you have You are a qualified PHP coder (just a coder, not an engineer). If you want to become a development engineer, continue learning!

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of What to learn about php development. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Can github run php?Next article:Can github run php?