Home Backend Development PHP Tutorial 分享一下子 PHP学习步骤

分享一下子 PHP学习步骤

Jun 13, 2016 pm 12:35 PM
mvc mysql nbsp php smarty

分享一下 PHP学习步骤

本帖最后由 YamateDD 于 2011-04-15 17:33:57 编辑
<br>
第一阶段<br>
第一讲,WEB基础 	<br>
1.1 网站基本知识;<br>
<br>
1.2 网络协议介绍; <br>
<br>
1.3 B/S与C/S结构的区别;<br>
<br>
1.4 WEB编程、网站开发技术介绍。<br>
	 <br>
第二讲,网页设计 	<br>
2.1 Dreamweaver介绍及使用;<br>
<br>
2.2 静态网页HTML语言; <br>
<br>
2.3 标题与段落,换行与分割线;<br>
<br>
2.4 表格、表单;<br>
<br>
2.5 框架、超链接、图片。<br>
	实例:1,使用表格进行网页布局设计; <br>
<br>
2,使用表单、表格、框架进行系统后台界面设计。<br>
第三讲,DIV+CSS 	<br>
3.1 CSS的概念及基本语法;<br>
<br>
3.2 用CSS设置丰富的文字效果设置图片效果; <br>
<br>
3.3 用CSS设置表格与表单的样式,用CSS设置页面和浏览器的元素;<br>
<br>
3.4 CSS盒模型;<br>
<br>
3.7 CSS+DIV布局,CSS+DIV美化与布局实战。<br>
	实例:1,使用DIV+CSS设计按钮及Tab; <br>
<br>
2,使用DIV+CSS设计导航菜单;<br>
<br>
3,使用DIV+CSS设计论坛网页;<br>
<br>
4,使用DIV+CSS设计博客网页。<br>
第四讲,PHP开发环境 	<br>
4.1 集成开发环境XAMPP安装;<br>
<br>
4.2 Zend Studio的安装、配置; <br>
<br>
4.3 Eclipse PDT的安装与配置;<br>
<br>
4.4 编写第一个PHP程序;<br>
<br>
4.5 调试PHP程序。<br>
	 <br>
第五讲,PHP编程基础 	<br>
5.1 PHP语言特性与发展趋势;<br>
<br>
5.2 PHP变量常量数据类型; <br>
<br>
5.3 PHP运算符与表达式;<br>
<br>
5.4 PHP流程控制语句;<br>
<br>
5.5 PHP函数。<br>
	 <br>
第六讲,MySQL开发基础 	<br>
6.1 MySQL数据库系统介绍及安装;<br>
<br>
6.2 MySQL数据类型介绍; <br>
<br>
6.3 MySQL表的创建、修改与删除;<br>
<br>
6.4 MySQL查询语句;<br>
<br>
6.5 PHP MySQL函数使用详解。<br>
	实例:1,论坛数据库表设计; <br>
<br>
2,PHP连接MySQL数据库,实现增删改查。<br>
第七讲,Web2.0开发技术Ajax 	<br>
7.1 JavaScript介绍;<br>
<br>
7.2 JavaScript语法基础; <br>
<br>
7.3 DOM对象基础及事件;<br>
<br>
7.4 Ajax核心对象XMLHttpRequest详解;<br>
<br>
7.5 Ajax异步通信原理;<br>
<br>
7.6 开发Ajax应用;<br>
<br>
7.6 Ajax框架jQuery介绍及使用。<br>
	实例:1,Tab的动态切换效果; <br>
<br>
2,论坛系统中使用Ajax方式验证用户名是否被注册;<br>
<br>
3,论坛系统中通过Ajax方式获取用户信息。<br>
第八讲,PHP Web2.0网站实例开发 	<br>
8.1 Web2.0风格的论坛系统开发;<br>
<br>
8.2 Web2.0风格的博客系统实战开发。 	实例:1,综合DIV+CSS +PHP+MySQL+Ajax技术开发论坛; <br>
<br>
2,综合DIV+CSS +PHP+MySQL+Ajax技术开发博客系统。<br>
<br>
 <br>
<br>
第二阶段<br>
第一讲,PHP面向对象基础 	<br>
1.1 面向对象编程介绍;<br>
<br>
1.2 面向过程与面向对象的区别; <br>
<br>
1.3 面向对象的基本特性;<br>
<br>
1.4 类、属性和方法;<br>
<br>
1.5 构造函数;<br>
<br>
1.6 类的实例化;<br>
<br>
1.7 使用类的属性和方法;<br>
<br>
1.8 类的访问控制;<br>
<br>
1.9 类的继承与多态;<br>
<br>
1.10 面向对象的接口及抽象类;<br>
<br>
1.11 类、对象及对象之间的关系;<br>
<br>
1.12 几个常见的运算符和关键字。<br>
	实例:1,购物车对象关系设计; <br>
<br>
2,班级、学生、课程、考试对象关系设计。<br>
第二讲,PHP模板技术Smarty框架 	<br>
2.1 Smarty模板技术介绍;<br>
<br>
2.2 Smarty安装与配置; <br>
<br>
2.3 Smarty 变量与变量修饰符;<br>
<br>
2.4 Smarty分支结构;<br>
<br>
2.5 Smarty循环结构;<br>
<br>
2.6 Smarty保留变量;<br>
<br>
2.7 Smarty生成静态页面;<br>
<br>
2.8 Smarty内置函数详解。<br>
	实例:1,使用Smarty实现购物车的现实; <br>
<br>
2,使用Smarty实现产品增删改查页面。<br>
第三讲,数据库抽象层PDO 	<br>
3.1 PDO简介、安装与配置;<br>
<br>
3.2 PDO连接MySQL数据库; <br>
<br>
3.3 PDO执行SQL语句;<br>
<br>
3.4 使用PDO实现数据的增删改查。<br>
	实例:1,使用PDO连接数据,实现产品的信息的增删改查功能。<br>
第四讲,MVC框架介绍及应用开发 	<br>
4.1 MVC设计思想;<br>
<br>
4.2 MVC框架的介绍、安装、配置; <br>
<br>
4.3 使用MVC框架开发项目;<br>
<br>
4.4 MVC框架中使用PDO;<br>
<br>
4.5 MVC框架中使用Smarty模板技术;<br>
<br>
4.6 使用MVC框架实现增删改查功能。<br>
	实例:1,使用MVC框架实现用户的注册、登录。 <br>
<br>
2,使用MVC框架实现产品信息的管理。<br>
第五讲,Ajax框架技术 	<br>
5.1 jQuery框架的介绍与安装;<br>
<br>
5.2 jQuery的事件处理; <br>
<br>
5.3 jQuery的DOM对象处理;<br>
<br>
5.4 jQuery对CSS的处理;<br>
<br>
5.5 jQuery中的异步调用;<br>
<br>
5.6 jQuery中的UI库使用;<br>
<br>
5.6 Mootools常用函数、类及继承; <br>
<br>
5.7 Mootools异步调用;<br>
<br>
5.8 Mootools中对DOM对象处理;<br>
<br>
5.9 Mootools中的事件机制;<br>
<br>
5.10 Ajax实例开发。<br>
	实例:1,使用jQuery实现下拉菜单; <br>
<br>
2,使用jQuery实现用户注册时采用异步方式实现用户名是否唯一的检验;<br>
<br>
3,使用jQuery实现日期选择、滑动菜单、级联菜单,等等。<br>
第六讲,MySQL数据库高级开发 	<br>
6.1 MySQL复杂查询;<br>
<br>
6.2 MySQL中的事务处理; <br>
<br>
6.3 PHP中的事务处理;<br>
<br>
6.4 MySQL中使用存储过程;<br>
<br>
6.5 MySQL中使用触发器;<br>
<br>
6.6 MySQL中的视图。<br>
	实例:1,网上商城中产品销量的统计报表复杂查询功能; <br>
<br>
2,使用触发器、存储功能实现网上商城中会员积分的计算功能。<br>
第七讲,后台统计报表技术 	<br>
7.1 水平柱状图的设计和实现;<br>
<br>
7.2 垂直柱状图的设计和实现; <br>
<br>
7.3 圆饼图的设计和实现;<br>
<br>
7.4 报表数据的导出。<br>
	实例:1,网上商城后台销量统计报表。<br>
第八讲,PHP设计模式 	<br>
8.1 什么是设计模式;<br>
<br>
8.2 工厂模式; <br>
<br>
8.3 单例模式;<br>
<br>
8.4 命令模式;<br>
<br>
8.5 策略模式;<br>
<br>
8.6 观察者模式;<br>
<br>
8.7 其他模式。<br>
	 <br>
第九讲,MVC框架的设计 	<br>
9.1 MVC框架的设计;<br>
<br>
9.2 MVC框架中应用设计模式; <br>
<br>
9.3 MVC框架的控制层设计;<br>
<br>
9.4 MVC框架的模型层设计;<br>
<br>
9.5 MVC框架的视图层设计。<br>
	实例1,实现简单的MVC框架; <br>
<br>
2,MVC框架的不同视图实现的设计。<br>
第十讲,MVC框架的设计 	<br>
9.1 MVC框架的设计;<br>
<br>
9.2 MVC框架中应用设计模式; <br>
<br>
9.3 MVC框架的控制层设计;<br>
<br>
9.4 MVC框架的模型层设计;<br>
<br>
9.5 MVC框架的视图层设计。<br>
	实例1,实现简单的MVC框架; <br>
<br>
2,MVC框架的不同视图实现的设计。<br>
第十一讲,大型网站开发技术要点 	<br>
10.1 服务器集群技术介绍;<br>
<br>
10.2 MySQL数据库引擎的选择; <br>
<br>
10.3 缓存技术的使用;<br>
<br>
10.4 页面加速、瘦身技术;<br>
<br>
10.5 图片服务器分离,等等。<br>
	 <br>
第十二讲,网站项目实战开发 	<br>
11.1 使用GladCMS内容管理系统开发大型网站系统(总站及多个子站),包括网站内容组织策划、网站主题设计;<br>
<br>
11.2 使用GladCMS系统开发在线商城系统,按实际的网站开发流程,进行需求分析、设计、编码、测试及系统部署; <br>
<br>
11.3 由老师选择项目或者由学员自选项目,多人组成团队开发。<br>
	按照企业实际的项目开发流程,组队开发项目。<br>
阶段考核 	考核本阶段学习的知识点,及项目开发考核。 	 <br>
毕业设计 	选择毕业设计项目,组队开发。 	 <br>
<br>
 <br>
<br>
第三阶段 <div class="clear">
                 
              
              
        
            </div>
Copy after login
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their History PHP and Python: A Deep Dive into Their History Apr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Laravel Introduction Example Laravel Introduction Example Apr 18, 2025 pm 12:45 PM

Laravel is a PHP framework for easy building of web applications. It provides a range of powerful features including: Installation: Install the Laravel CLI globally with Composer and create applications in the project directory. Routing: Define the relationship between the URL and the handler in routes/web.php. View: Create a view in resources/views to render the application's interface. Database Integration: Provides out-of-the-box integration with databases such as MySQL and uses migration to create and modify tables. Model and Controller: The model represents the database entity and the controller processes HTTP requests.

Solve database connection problem: a practical case of using minii/db library Solve database connection problem: a practical case of using minii/db library Apr 18, 2025 am 07:09 AM

I encountered a tricky problem when developing a small application: the need to quickly integrate a lightweight database operation library. After trying multiple libraries, I found that they either have too much functionality or are not very compatible. Eventually, I found minii/db, a simplified version based on Yii2 that solved my problem perfectly.

The Continued Use of PHP: Reasons for Its Endurance The Continued Use of PHP: Reasons for Its Endurance Apr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

Laravel framework installation method Laravel framework installation method Apr 18, 2025 pm 12:54 PM

Article summary: This article provides detailed step-by-step instructions to guide readers on how to easily install the Laravel framework. Laravel is a powerful PHP framework that speeds up the development process of web applications. This tutorial covers the installation process from system requirements to configuring databases and setting up routing. By following these steps, readers can quickly and efficiently lay a solid foundation for their Laravel project.

MySQL and phpMyAdmin: Core Features and Functions MySQL and phpMyAdmin: Core Features and Functions Apr 22, 2025 am 12:12 AM

MySQL and phpMyAdmin are powerful database management tools. 1) MySQL is used to create databases and tables, and to execute DML and SQL queries. 2) phpMyAdmin provides an intuitive interface for database management, table structure management, data operations and user permission management.

MySQL vs. Other Programming Languages: A Comparison MySQL vs. Other Programming Languages: A Comparison Apr 19, 2025 am 12:22 AM

Compared with other programming languages, MySQL is mainly used to store and manage data, while other languages ​​such as Python, Java, and C are used for logical processing and application development. MySQL is known for its high performance, scalability and cross-platform support, suitable for data management needs, while other languages ​​have advantages in their respective fields such as data analytics, enterprise applications, and system programming.

See all articles