Home  >  Article  >  What to learn in PHP development engineer training

What to learn in PHP development engineer training

王林
王林Original
2020-02-21 14:17:383194browse

What to learn in PHP development engineer training

php development engineer training generally lasts for 5 months, with a total of 3 stages and 2 large projects, with small projects interspersed in between.

The first stage:

The course content includes three aspects of dynamic website development:

1. (HTML5 CSS3) front-end user interface layout writing; practical cases at this stage ( Personal blog webpage practice/personal resume webpage production/registration form)

2. (MySQL) database design for storing website content

3. (PHP) server business processing program development; knowledge involved Points include: PHP basic syntax (grammar format, variables, data types, constant definitions, operators) PHP language structure, functions, arrays and data structures, string processing, regular expressions, file system management, PHP object-oriented programming, etc.

The first big project: the cycle is two weeks, completed independently by the individual, in the mall or BBS forum

(php learning recommendation: php training)

Second stage:

The course content includes 8 modules, each module has a goal, and each module runs through a project. Each module is a representative of a certain technical direction.

1. Building a product-level environment - Linux development environment and production environment, not only knowing what is necessary (knowledge points involved include Linux, Apache, Nginx, iptables)

2. JAVASCRIPT single-page application Technical development practice (small project: APP practice micro mall) (knowledge points involved: JavaScript, DOM, Ajax, jQuery, BootStrap, Vue.js)

3. Secondary development (small project: quickly build a mall or Company website) (Involving knowledge points PHPCMS, ecshop)

4. Practical application of non-relational database (small projects: such as cinema ticket system) (Involving knowledge points: Memcache, Redis,)

5. Practical combat of relational data query statistics and analysis (small project: analysis and optimization of ERP financial software) (knowledge points involved include: MySQL, MariaDB)

6. Practical combat of long connection and web page push technology (small project) : Online chat room) (knowledge points involved: Node.js, Express, SSE, Socket)

7. WeChat application development practice (small project: personal blog system practice. Knowledge points involved: CURL, WeChat)

8. Product standardization (LAVAVE framework) (Small project: Practical implementation of personal blog system. Involving knowledge points Git, MVC, Composer and Laravel framework)

The third stage:

Large projects: e-mall, BBS, SNS, OA, CMS, CRM, large portals, music stations, Blog, Weibo applications, completed by the team.

1. Upgraded the development architecture model, developed according to real product requirements, and reached online quality standards.

2. In the original project stage, the instructor wrote part of the project demonstration code, and the students imitated the instructor's code to complete the project development. After the upgrade, the project was guided by experienced enterprise technical managers and instructors, who led the students to carry out independent project development. .

3. The original system project only focused on business realization. After the upgrade, project specifications, team collaboration and the use of project management tools were strengthened.

The above is the detailed content of What to learn in PHP development engineer training. For more information, please follow other related articles on the PHP Chinese website!

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