I want to learn PHP to develop a website because I have learned Yi Language before and have a foundation. Now learning PHP feels very simple and easy to understand. Many function syntaxes are one concept and easy to grasp. But now I am confused and don’t know what to learnI wanted to develop my own website, but found that the teacher in the PHP tutorial only talked about writing code and did not know the relationship between learning to write PHP code and building a website.I saw a tutorial on building a website for a mall, so I followed it and found out that the teacher used ThinkPHP5. There are other software that can work with me and I'm confused again. I just started learning PHP in a week. The tutorial didn't talk about websites. I just want to know what tutorials I should learn if I want to create a website of my own based on my own ideas. Or is there any tutorial that is a complete set of tutorials? At least after reading it, I can understand the entire website construction process. Please give me some advice. Thank you! ! !
Other currently mainstream PHP-developed, practical websites, developed by regular companies, are basically developed with frameworks similar to THINKPHP. Generally, it takes two years for a beginner to meet the requirements of a company developer. Generally speaking, you need to learn HTML, know a little bit about JS, and understand the structure of CSS, and it will be much easier to handle. PHP and MYSQL also add depth. In a week, I basically couldn’t understand why we need to use frameworks and why we need to use some special things in PHP. The website process has been subdivided into front-end (decoration workers), PHP (plumbers), CSS (structural workers, designers). If you know a little bit about it, you can understand Quanmao.
Yes, you first learn everything related to PHP and JS, and then use native PHP to write a simple corporate website or something, and then learn frameworks, thinkphp and the like. This process is better. If you start thinkphp directly, you will easily lose some basic knowledge
First learn PHP, and also learn HTML and JavaScript (you will have a basic understanding of the PHP website execution process and principles)
Then learn PHP frameworks, such as thinkphp (used for rapid website development, and with certain security)