How long does it take to learn PHP by yourself with zero basic knowledge?

(*-*)浩
Release: 2023-02-28 15:18:02
Original
4983 people have browsed it

How long does it take to learn PHP by yourself with zero basic knowledge?

Course start notice:php Chinese website "The 10th PHP Online Training Course" is currently being registered!

Everything is difficult at the beginning, and the same goes for self-study programming. As long as you can get started, it will be much easier to learn. So how long does it take to get started with self-study programming with zero foundation? How can you find the way to self-study programming? Woolen cloth? (Recommended learning:PHP video tutorial)

You can also self-study programming with zero foundation. The key is to see whether you understand programming and whether you are interested in programming. As long as you are interested in programming, it will be easier to learn by yourself.

First: Master the basics of PHP syntax, data types, control statements, judgment statements, database connection statements, etc.

Second: Be proficient in database statements and add, delete, modify and query the database. This is something that any PHP developer must master. Whether it is ASP, PHP, jsp, or .net development, we always focus on the operation of the database. If you are very proficient in database statements, then it will be a breeze for you to develop PHP websites

Third: You must master a template engine and be able to use smarty templates for website development. Through learning smarty templates, you can master the separation of programs and pages. In the future, you can analyze many open source programs and conduct secondary development. Currently the most popular open source programs are: dedecms, PHPcms, etc.

Fourth: We must support object-oriented development. Object-oriented development can greatly improve the reusability of code and standardize team development.

Fifth: To grasp the idea of mvc development, it is recommended that everyone learn thinkPHP or zendframe

Sixth: To have a proper understanding of website SEO technology

If you are zero Basic students who want to learn programming by themselves will probably need more than half a year to master the above knowledge points. This is still based on their interest in programming. If there are interruptions in the middle and they encounter someone they don't understand, the learning time will inevitably be further extended.

It is common for some students to study for a year. After all, they are learning programming from scratch, so self-taught programmers should be mentally prepared.

The above is the detailed content of How long does it take to learn PHP by yourself with zero basic knowledge?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!