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

分享一下子 PHP学习步骤

Jun 13, 2016 am 11:37 AM
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)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks 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)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

How to fix mysql_native_password not loaded errors on MySQL 8.4 How to fix mysql_native_password not loaded errors on MySQL 8.4 Dec 09, 2024 am 11:42 AM

One of the major changes introduced in MySQL 8.4 (the latest LTS release as of 2024) is that the &quot;MySQL Native Password&quot; plugin is no longer enabled by default. Further, MySQL 9.0 removes this plugin completely. This change affects PHP and other app

How do you parse and process HTML/XML in PHP? How do you parse and process HTML/XML in PHP? Feb 07, 2025 am 11:57 AM

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

PHP Program to Count Vowels in a String PHP Program to Count Vowels in a String Feb 07, 2025 pm 12:12 PM

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

7 PHP Functions I Regret I Didn't Know Before 7 PHP Functions I Regret I Didn't Know Before Nov 13, 2024 am 09:42 AM

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

The page is blank after PHP is connected to MySQL. What is the reason for the invalid die() function? The page is blank after PHP is connected to MySQL. What is the reason for the invalid die() function? Apr 01, 2025 pm 03:03 PM

The page is blank after PHP connects to MySQL, and the reason why die() function fails. When learning the connection between PHP and MySQL database, you often encounter some confusing things...

Top 10 PHP CMS Platforms For Developers in 2024 Top 10 PHP CMS Platforms For Developers in 2024 Dec 05, 2024 am 10:29 AM

CMS stands for Content Management System. It is a software application or platform that enables users to create, manage, and modify digital content without requiring advanced technical knowledge. CMS allows users to easily create and organize content

See all articles