For reference, php learning and improving route sharing _ php getting started _ script house

Source: Internet
Author: User
Tags mysql functions php development environment php mysql php template smarty template zend framework
For reference, you can share the php learning and improvement route. If you want to learn php, you can add it to your favorites.

For reference, you can share the php learning and improvement route. If you want to learn php, you can add it to your favorites.

Stage 1
1. WEB Basics
1.1 Basic website knowledge;

1.2 Network Protocol Introduction;

1.3 differences between B/S and C/S structures;

1.4 introduction to WEB programming and website development technologies.

2. Webpage Design
2.1 Dreamweaver introduction and use;

2.2 static webpage HTML language;

2.3 title and paragraph, line feed and line break;

2.4 tables and forms;

2.5 frame, hyperlink, and image.
Example: 1. Use a table to design the webpage layout;

2. Use forms, tables, and frameworks to design the system background interface.
Third, DIV + CSS
3.1 concept and basic syntax of CSS;

3.2 set Rich Text effects with CSS to set image effects;

3.3 set the style of the table and form with CSS, and set the elements of the page and browser with CSS;

3.4 CSS box model;

3.7 CSS + DIV layout, CSS + DIV beautification and layout practices.
Example: 1. Use DIV + CSS to design buttons and tabs;

2. Use DIV + CSS to design the navigation menu;

3. Use DIV + CSS to design Forum webpages;

4. Use DIV + CSS to design blog pages.
Fourth, PHP Development Environment
4.1 install the integrated development environment XAMPP;

4.2 install and configure Zend Studio;

4.3 install and configure Eclipse PDT;

4.4 compile the first PHP program;

4.5 debug the PHP program.

Fifth, PHP programming Basics
5.1 PHP language features and development trends;

5.2 PHP variable constant data type;

5.3 PHP operators and expressions;

5.4 PHP process control statements;

5.5 PHP functions.

Lecture 6: MySQL development Basics
6.1 Introduction and installation of the MySQL database system;

6.2 introduction to MySQL Data Types;

6.3 create, modify, and delete a MySQL table;

6.4 MySQL query statement;

6.5 PHP MySQL Functions.
Example: 1. Forum database table design;

2. PHP connects to the MySQL database for addition, deletion, modification, and query.
7. Development Technology Ajax
7.1 Introduction to JavaScript;

7.2 basic JavaScript syntax;

7.3 DOM object basics and events;

7.4 detailed description of Ajax core object XMLHttpRequest;

7.5 Ajax asynchronous communication principle;

7.6 develop Ajax applications;

7.6 introduction and use of Ajax framework jQuery.
Instance: 1. The dynamic switch effect of the Tab;

2. Use Ajax in the forum system to verify whether the user name has been registered;

3. obtain user information through Ajax in the forum system.
Lecture 8: PHP website instance Development
8.1 style forum system development;

8.2-style Blog system development in practice. Example: 1. Integrate DIV + CSS + PHP + MySQL + Ajax technology

Development Forum;

2. Develop a blog System Based on DIV + CSS + PHP + MySQL + Ajax technology.



Stage 2
First, PHP object-oriented Basics
1.1 Introduction to object-oriented programming;

1.2 differences between process-oriented and object-oriented;

1.3 basic object-oriented features;

1.4 categories, attributes, and methods;

1.5 constructors;

1.6 class instantiation;

1.7 use class attributes and methods;

1.8 class access control;

Inheritance and Polymorphism of 1.9 categories;

1.10 object-oriented interfaces and abstract classes;

1.11 relationships between classes, objects, and objects;

1.12 several common operators and keywords.
Example: 1. Shopping Cart object relation design;

2. Relationship Design of classes, students, courses, and examination objects.
Lecture 2: PHP template technology Smarty framework
2.1 Introduction to the Smarty template technology;

2.2 Smarty installation and configuration;

2.3 Smarty variables and variable modifiers;

2.4 Smarty branch structure;

2.5 Smarty cyclic structure;

2.6 Smarty reserved variables;

2.7 Smarty generate static pages;

2.8 Smarty built-in functions.
Example: 1. Use Smarty to implement the reality of shopping cart;

2. Use Smarty to add, delete, modify, and query pages.
Third, the database abstraction layer PDO
3.1 Introduction, installation and configuration of PDO;

3.2 PDO connects to the MySQL database;

3.3 PDO executes SQL statements;

3.4 use PDO to add, delete, modify, and query data.
Instance: 1. Use PDO to connect to the data to add, delete, modify, and query product information.
Lecture 4: Introduction to the MVC Framework and application development
4.1 MVC design ideas;

4.2 introduction, installation, and configuration of the MVC framework;

4.3 Use the MVC framework for development projects;

4.4 using PDO in the MVC framework;

4.5 Use the Smarty template Technology in the MVC framework;

4.6 use the MVC Framework to add, delete, modify, and query data.
Example: 1. Use the MVC Framework to register and log on to a user.

2. Use the MVC framework to manage product information.
Fifth, Ajax framework technology
5.1 Introduction and installation of the jQuery framework;

5.2 jQuery event processing;

5.3 DOM object processing of jQuery;

5.4 jQuery's CSS processing;

5.5 asynchronous call in jQuery;

5.6 use the UI library in jQuery;

5.6 Mootools common functions, classes and inheritance;

5.7 asynchronous call of Mootools;

5.8 processing DOM objects in Mootools;

5.9 event mechanism in Mootools;

5.10 Ajax instance development.
Example: 1. Use jQuery to implement the drop-down menu;

2. jQuery is used to check whether the user name is unique asynchronously during user registration;

3. Use jQuery to implement date selection, sliding menu, cascading menu, and so on.
Lecture 6: Advanced MySQL database development
6.1 MySQL complex Query;

6.2 transaction processing in MySQL;

6.3 transaction processing in PHP;

6.4 Use stored procedures in MySQL;

6.5 use a trigger in MySQL;

6.6 views in MySQL.
Example: 1. Complex query of product sales statistical reports in online stores;

2. Use the trigger and storage functions to calculate the Member points in the online store.
Lecture 7: Background Statistical Report Technology
7.1 Design and Implementation of horizontal bar chart;

7.2 Design and Implementation of a vertical bar chart;

7.3 Design and Implementation of a pie chart;

7.4 export report data.
Example: 1. online mall background sales statistics report.
Lecture 8: PHP design model
8.1 what is the design model;

8.2 factory model;

8.3 Singleton model;

8.4 command mode;

8.5 policy Mode;

8.6 observer mode;

8.7 other modes.

9. MVC Framework Design
9.1 Design of the MVC framework;

9.2 Application Design Pattern in the MVC framework;

9.3 control layer design of MVC framework;

9.4 model layer design of the MVC framework;

9.5 view layer design of the MVC framework.
Example 1: implement a simple MVC framework;

2. Design of different views of the MVC framework.
Lecture 10: design of the MVC Framework
9.1 Design of the MVC framework;

9.2 Application Design Pattern in the MVC framework;

9.3 control layer design of MVC framework;

9.4 model layer design of the MVC framework;

9.5 view layer design of the MVC framework.
Example 1: implement a simple MVC framework;

2. Design of different views of the MVC framework.
Lecture 5: key technical points of large-scale website development
10.1 Introduction to server cluster technology;

10.2 MySQL Database Engine Selection;

10.3 use of cache technology;

10.4 page acceleration and slimming technology;

10.5 image server separation, and so on.

12th. website project development practices
11.1 use the GladCMS content management system to develop large website Systems (terminus and multiple sub-sites), including website content organization

Planning and website theme design;

11.2 use the GladCMS system to develop the online mall system, and analyze, design, and analyze the requirements according to the actual website development process,

Coding, testing and system deployment;

11.3 The project is developed by a teacher or a group composed of multiple students.
Team up the development project according to the actual project development process of the enterprise.
It assesses the knowledge points learned in this phase and the project development evaluation.
Select a graduation project for graduation project and team up for development.



Stage 3
First, PHP development Framework Zend Framework
1.1 Introduction to Zend Framework;

1.2 Zend Framework controller layer;

1.3 Zend Framework view layer;

1.4 Zend Framework model layer;

1.4 Zend Framework international language;

1.5 Zend Framework verification;

1.6 Zend Framework cache mechanism.
Example: 1. Use Zend Framework to develop a news background management system;

2. Use Zend Framework to develop the membership management system.
Lecture 2: Oracle Database Application Development
6.1 Oracle Data Installation;

6.2 install the Oracle database client;

6.3 write an Oracle script;

6.4 Integrated Application Development for PHP and Oracle data.
Example: 1. Use PHP and Oracle to design the online mall background management system.
Third, practical use of Zend framework projects
2.1 mall system requirement analysis;

2.2 design of the mall system;

2.3 coding and testing of the mall system.
Example: 1. Develop an online customer service system;

2. Development of the front-end and back-end of the online mall system.
It assesses the knowledge points learned in this phase and the project development evaluation.
Select a graduation project for graduation project and team up for development.



Stage 4
First, basic Linux applications
1.1 Basic computer knowledge and operating system functions;
1.2 History, status quo, and features of Linux;
1.3 Linux Installation;
1.4 system partition deployment;
1.5 introduction to common Linux commands (File External commands, permission management commands, compression and decompression commands;
1.6 Shell;
1.7 Vim/Vi text editor.
Ii. Linux System Management
2.1 Overview of system management;
2.2 parsing of the Linux system boot process;
2.3 introduction to common configuration files;
2.4 software package management;
2.5 user, group, and permission management;
2.6 service and process management;
2.7 scheduled tasks;
2.8 file system management and system performance optimization;
2.9 device management;
2.10 File Permission Management.
Third, Linux Network Management
3.1 basic Linux network configuration;
3.2 Remote Management Control (SSH, VNC, and Webmin remote management applications); 3.3 file sharing (Samba and FTP services)

Application );

3.4 Apache server configuration;
3.5 Shell programming;
3.6 Apache, MySQL, and PHP

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.