Home  >  Article  >  Backend Development  >  PHP - 0 - Overview of Learning PHP

PHP - 0 - Overview of Learning PHP

WBOY
WBOYOriginal
2016-08-08 09:19:32885browse

Day01 am

Web front-end (all running in the browser)

<code>1, XHTML/HTML  ->  实现网页的结构
2, CSS         ->  修饰网页元素
3, JavaScript&jQuery ->  浏览器运行的动态效果
</code>

Database technology

<code>MySQL ->  数据库的管理、数据表的管理、记录管理(增、删、改、查、排、统)等
          举例:Excel  二维表格
</code>

PHP technology

<code>1, PHP 核心(PHP 工作原理、变量、数据类型、流程控制等)

2, PHP 核心函数库 (MySQL 函数库、GD函数库、目录函数库、文件函数库)

3, PHP 面向对象编程(类、对象)

4, PHP 框架技术(Yii、ThinkPHP)

5, 数据优化技术(缓存技术、静态化技术)

6, HTML5 & CSS3
</code>

Learning method

<code>1, 练习  ( 多练习,程序员是练出来的, 除了动手写代码,还有动脑思考,动嘴讲解)
2, 总结  (自己整理,梳理知识架构)
3, 从错误中成长(用最短的时间范最多的错误,解决掉错误)
</code>

Copyright statement: This article is an original article by the blogger, without the blogger's permission No reproduction allowed.

The above introduces PHP - 0 - Overview of learning PHP, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.

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:PHP image compressionNext article:PHP image compression