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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

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)

The Future of PHP: Adaptations and Innovations The Future of PHP: Adaptations and Innovations Apr 11, 2025 am 12:01 AM

The future of PHP will be achieved by adapting to new technology trends and introducing innovative features: 1) Adapting to cloud computing, containerization and microservice architectures, supporting Docker and Kubernetes; 2) introducing JIT compilers and enumeration types to improve performance and data processing efficiency; 3) Continuously optimize performance and promote best practices.

PHP vs. Python: Understanding the Differences PHP vs. Python: Understanding the Differences Apr 11, 2025 am 12:15 AM

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

How to open phpmyadmin How to open phpmyadmin Apr 10, 2025 pm 10:51 PM

You can open phpMyAdmin through the following steps: 1. Log in to the website control panel; 2. Find and click the phpMyAdmin icon; 3. Enter MySQL credentials; 4. Click "Login".

MySQL: Simple Concepts for Easy Learning MySQL: Simple Concepts for Easy Learning Apr 10, 2025 am 09:29 AM

MySQL is an open source relational database management system. 1) Create database and tables: Use the CREATEDATABASE and CREATETABLE commands. 2) Basic operations: INSERT, UPDATE, DELETE and SELECT. 3) Advanced operations: JOIN, subquery and transaction processing. 4) Debugging skills: Check syntax, data type and permissions. 5) Optimization suggestions: Use indexes, avoid SELECT* and use transactions.

MySQL and SQL: Essential Skills for Developers MySQL and SQL: Essential Skills for Developers Apr 10, 2025 am 09:30 AM

MySQL and SQL are essential skills for developers. 1.MySQL is an open source relational database management system, and SQL is the standard language used to manage and operate databases. 2.MySQL supports multiple storage engines through efficient data storage and retrieval functions, and SQL completes complex data operations through simple statements. 3. Examples of usage include basic queries and advanced queries, such as filtering and sorting by condition. 4. Common errors include syntax errors and performance issues, which can be optimized by checking SQL statements and using EXPLAIN commands. 5. Performance optimization techniques include using indexes, avoiding full table scanning, optimizing JOIN operations and improving code readability.

PHP: Is It Dying or Simply Adapting? PHP: Is It Dying or Simply Adapting? Apr 11, 2025 am 12:13 AM

PHP is not dying, but constantly adapting and evolving. 1) PHP has undergone multiple version iterations since 1994 to adapt to new technology trends. 2) It is currently widely used in e-commerce, content management systems and other fields. 3) PHP8 introduces JIT compiler and other functions to improve performance and modernization. 4) Use OPcache and follow PSR-12 standards to optimize performance and code quality.

phpmyadmin connection mysql phpmyadmin connection mysql Apr 10, 2025 pm 10:57 PM

How to connect to MySQL using phpMyAdmin? The URL to access phpMyAdmin is usually http://localhost/phpmyadmin or http://[your server IP address]/phpmyadmin. Enter your MySQL username and password. Select the database you want to connect to. Click the "Connection" button to establish a connection.

How to view sql database error How to view sql database error Apr 10, 2025 pm 12:09 PM

The methods for viewing SQL database errors are: 1. View error messages directly; 2. Use SHOW ERRORS and SHOW WARNINGS commands; 3. Access the error log; 4. Use error codes to find the cause of the error; 5. Check the database connection and query syntax; 6. Use debugging tools.

See all articles