Home  >  Article  >  Backend Development  >  How about the classic entry-level PHP tutorial?

How about the classic entry-level PHP tutorial?

(*-*)浩
(*-*)浩Original
2019-07-31 16:34:023066browse

"PHP Introduction Classic" is a book published by Machinery Industry Press in 2013. The authors are Li Hui, Gao Fei and others. This book focuses on beginners and comprehensively introduces various technologies for program development using PHP.

How about the classic entry-level PHP tutorial?

"Huazhang Programmer's Library: PHP Introduction Classics" is organized from easy to deep in content, allowing readers to master programming technology step by step; (Recommended learning: PHP video tutorial )

The content explanation is combined with rich illustrations and vivid metaphors to help readers understand "obscure" technologies; the content format is accompanied by a large number of tips, techniques, and explanations and other columns to consolidate readers’ programming skills and enrich their programming experience.

The book is divided into 4 parts, with a total of 21 chapters.

Among them, the first one is the basic knowledge chapter, which mainly includes the first step towards PHP - PHP overview, sharpening the knife and chopping wood - PHP development environment and tools, important components of the page - —Web page design, solidify the roots and seek the source — PHP development basics, where to go — Process control statements, development becomes simpler — Using functions, more powerful than ordinary variables — Using arrays, Magic Cube — String operations , Format Factory - regular expressions, cannot be without you - date and time, etc.;

The second article is the core technology article, which mainly includes the easy implementation of file operations - file and directory processing technology, colorful ——Graphic and image processing technology, the link between the client and the server——Session, data steward——MySQL database, the great shift of the world——Database programming technology, which has been requested for a long time——Object-oriented and other contents;

The third chapter is an advanced application chapter, which mainly includes simplifying complexity - PDO database abstraction layer, comprehensive development speed-up - Smarty template technology, for my use - ThinkPHP framework, etc.;

Chapter The four chapters are project practical chapters, which mainly include the application of ThinkPHP framework to develop tomorrow's navigation network, tomorrow's enterprise network, etc.

"Huazhang Programmer's Library: PHP Beginner's Classic" comes with a supporting CD, which provides the source code, multimedia teaching videos, and program development resource library of all programs in "Huazhang Programmer's Library: PHP Beginner's Classic".

The source code has all been carefully tested and can be compiled and run on WindowsXP, Windows2003, and Windows7 operating systems. "Huazhang Programmer's Library: PHP Introduction Classic" is suitable for PHP enthusiasts, beginners and intermediate developers. It can also be used as a teaching material for colleges and universities and training institutions.

The 2013 edition is already the latest edition, but a small part of the content in it feels a bit old. After reading it, I had the urge to write a book. But this is the best version so far, and the structure is very clear. Suitable for beginners.

For more PHP related technical articles, please visit the PHP Graphic Tutorial column to learn!

The above is the detailed content of How about the classic entry-level PHP tutorial?. 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
Previous article:what is php routingNext article:what is php routing