PHP by Example: A Practical Guide to Creating Web Applications with PHP / PHP на примере: Практическое руководство по созданию веб-приложений на PHP Год издания: 2024 Автор: Vasilev Alex / Василев Алекс Издательство: Apress Media LLC ISBN: 979-8-8688-0258-4 Язык: Английский Формат: PDF/EPUB Качество: Издательский макет или текст (eBook) Интерактивное оглавление: Да Количество страниц: 432 Описание: Learn to create web applications in PHP with minimal previous experience. This book is a practical guide to using PHP for web development. Loaded with examples and step-by-step instructions, each chapter is dedicated to a specific area or function. You’ll first review the main principles of PHP and what is needed to program and develop in it. You’ll then study variables, data types, control statements, arrays, and functions, all critical for creating efficient PHP programs. The book then moves on to object-oriented programming (OOP) and how to implement those principles in PHP, as well as inheritance, interfaces, testing, error handling, and exceptions. By the end of PHP by Example, you will have the knowledge and confidence to implement PHP for your web projects both large and small. What You’ll Learn Understand PHP from the ground up Create scripts and implement them in real-world projects Work with a broad toolkit of ready-made exercises and solutions Investigate the main constructions of the PHP Научитесь создавать веб-приложения на PHP с минимальным опытом работы. Эта книга представляет собой практическое руководство по использованию PHP для веб-разработки. Каждая глава, содержащая примеры и пошаговые инструкции, посвящена определенной области или функции. Сначала вы ознакомитесь с основными принципами PHP и с тем, что необходимо для программирования и разработки на нем. Затем вы изучите переменные, типы данных, управляющие инструкции, массивы и функции - все это имеет решающее значение для создания эффективных программ на PHP. Затем в книге рассказывается об объектно-ориентированном программировании (ООП) и о том, как реализовать эти принципы в PHP, а также о наследовании, интерфейсах, тестировании, обработке ошибок и исключениях. К концу курса PHP by Example у вас будет достаточно знаний и уверенности, чтобы внедрять PHP в свои веб-проекты, как большие, так и маленькие. Чему вы научитесь Разбирайтесь в PHP с нуля Создавайте скрипты и внедряйте их в реальные проекты. Работайте с широким набором готовых упражнений и решений Изучите основные конструкции языка PHP.
Примеры страниц (скриншоты)
Оглавление
About the Author .............................................................................xi About the Technical Reviewer ............................................................xiii Acknowledgments ............................................................................xv Introduction ....................................................................................xvii Chapter 1: The First Program ............................................................1 Chapter 2: Variables and Data Types ..................................................27 Chapter 3: The Control Statements ....................................................53 Chapter 4: Arrays ............................................................................91 Chapter 5: Functions .......................................................................127 Chapter 6: Useful Tricks and Operations .............................................171 Chapter 7: Classes and Objects .........................................................199 Chapter 8: Inheritance .....................................................................243 Chapter 9: Advanced OOP Mechanisms ...............................................273 Chapter 10: Error Handling ...............................................................303 Chapter 11: Generators and Iterators .................................................335 Chapter 12: Using PHP .....................................................................361 Chapter 13: Afterword: What Was and What Will Be .............................405 Index .............................................................................................407
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum