Автор: Russell Название: PHP Development Tool Essentials ISBN: 1484206843 ISBN-13(EAN): 9781484206843 Издательство: Springer Рейтинг: Цена: 3213.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Learn PHP development best practices, such as version control, development environment virtualization, and coding standards. You'll also discover the most useful PHP web frameworks, including the new Laravel, symfony2, and micro-frameworks. As you do so, you'll learn how to use them to write the most productive PHP code possible. PHP Development Tool Essentials complements Jason Gilmore's best-selling Beginning PHP and MySQL. This book will further expose you to the many different methodologies, tools, and concepts that professional web developers are using more and more each day.What You'll LearnHow to use version control with PHPHow to set up virtualized development environmentsHow to maintain PHP coding standardsHow to manage dependenciesHow to leverage the best PHP frameworks
Who This Book Is For
This book is for intermediate to advanced PHP developers looking to advance their skills with new tools, concepts, and approaches.
Автор: Aley Robert Название: PHP CLI ISBN: 1484222377 ISBN-13(EAN): 9781484222379 Издательство: Springer Рейтинг: Цена: 2794.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This concise book shows you how to create PHP command line interface (CLI) scripts, including user interaction and scripts to automate and assist your workflow.
Автор: ZANDSTRA Название: PHP Objects, Patterns, and Practice ISBN: 1484219953 ISBN-13(EAN): 9781484219959 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Поставка под заказ.
Описание:
The 5th edition of this popular book has been fully updated for PHP 7, including replacing the PEAR package manager with Composer, and new material on Vagrant and PHP standards. It provides a solid grounding in PHP's support for objects, it builds on this foundation to instill core principles of software design and then covers the tools and practices needed to develop, test and deploy robust code.
PHP Objects, Patterns, and Practice begins by covering PHP's object-oriented features. It introduces key topics including class declaration, inheritance, reflection and much more.
The next section is devoted to design patterns. It explains the principles that make patterns powerful. The book covers many of the classic design patterns and includes chapters on enterprise and database patterns.
The last segment of the book covers the tools and practices that can help turn great code into a successful project. The section shows how to manage multiple developers and releases with git, how to manage builds and dependencies with Composer. It also explores strategies for automated testing and continuous integration.
Taken together these three elements: object fundamentals, design principles, and best practice will help the reader develop elegant and rock solid systems.
PHP Objects, Patterns, and Practice:
Describes and demonstrates PHP's built-in object-oriented featuresBreaks down the principles of object-oriented design, explaining key design patterns using practical examples.Discusses the tools and practices necessary for developing, testing and deploying exemplary applications.
What You'll Learn:
How to work with object fundamentals: writing classes and methods, instantiating objects, creating powerful class hierarchies using inheritance.Master advanced object-oriented features, including static methods and properties, managing error conditions with exceptions, and creating abstract classes and interfaces.Learn about the new object-oriented features introduced by PHP 7 and why they matter for your code.Understand and use design principles to deploy objects and classes effectively in your projects.Learn about design patterns, their purpose, structure and the underlying principles that govern them. Discover a set of powerful patterns that you can deploy in your own projects.Learn about the tools and practices that can guarantee a successful project including unit testing; version control, build, installation and package management; and continuous integration.
Who This Book is For:
This book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects.
Those who already know their interfaces from their abstracts may well still find it hard to use these features in their systems. They will benefit from the book's emphasis on design. They will learn how to choose and combine the participants of a system; how to read design patterns and how to use them in their code.
Finally this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc) that can make projects safe, elegant and stable.
Автор: Kromann Название: PHP and MySQL Recipes ISBN: 1484206061 ISBN-13(EAN): 9781484206065 Издательство: Springer Рейтинг: Цена: 5589.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is a source of instant solutions, including countless pieces of useful code that you can copy and paste into your own applications, giving you answers fast and saving you hours of coding time. You can also use this book as a reference to the most important aspects of the latest PHP scripting language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 7.PHP and MySQL Recipes: A Problem-Solution Approach supplies you with complete code for all of the common coding problems you are likely to face when using PHP and MySQL together in your day-to-day web application development. This invaluable guide includes over 200 recipes and covers numerous topics. What you hold in your hands is the answer to all your PHP 7 needs. Furthermore, this book explains the PHP functionality in detail, including the vastly improved object-oriented capabilities and the new MySQL database extension. PHP and MySQL Recipes will be a useful and welcome companion throughout your career as a web developer, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them.What You'll LearnHow to work with arrays, dates and times, strings, files and directories, and dynamic imagingHow to write regular expressions in PHPHow to use the variables and functions found in PHPHow to do web development using PHP, including the creation of forms
Who This Book Is For
This reference is for experienced PHP and MySQL programmers and web developers who have at least some PHP and MySQL programming experience.
Автор: Romer Название: PHP Persistence ISBN: 1484225589 ISBN-13(EAN): 9781484225585 Издательство: Springer Рейтинг: Цена: 3213.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications.Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you’ll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP.
What You'll Learn
Define entities and references between entitiesManage entities Master the Doctrine Query Language Use appropriate command-line tools for PHP persistenceProgram for caching
Who This Book Is For
Experienced PHP programmers and web developers with some exposure to PHP.
Автор: Prettyman Название: PHP Arrays ISBN: 1484225554 ISBN-13(EAN): 9781484225554 Издательство: Springer Рейтинг: Цена: 3492.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Gain an in-depth understanding of PHP 7 arrays. After a quick overview of PHP 7, each chapter concentrates on single, multi-dimensional, associative, and object arrays. PHP Arrays is a first of its kind book using PHP 7 that demonstrates inserting, appending, updating, and deleting array data. This book also covers validation methods to insure that the data provided by a user is good before the data is entered into an array. You’ll see how PHP 7 try/catch modules are used to capture exceptions and errors that may be caused by invalid data.The code examples demonstrate common real-world scenarios. Moreover, examples of every PHP 7 array function (over 75) are demonstrated. The appendix provides a two-dimensional array case study on the logical design of a checkers game. PHP Arrays answers the following questions:Why do we need arrays? When do we need to use arrays? Are arrays efficient? Can arrays reduce coding time? When do you use multi-dimensional and associative arrays? What is an object array?
What You'll Learn
Handle array data from an HTML form Manage array data from a text file Deal with array data from a MySQL database
Who This Book Is For
Experienced PHP programmers or web developers using PHP.
Автор: Dockins Название: Design Patterns in PHP and Laravel ISBN: 1484224507 ISBN-13(EAN): 9781484224502 Издательство: Springer Рейтинг: Цена: 5170.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor. Too often design patterns are explained using tricky concepts, when in fact they are easy to use and can enrich your everyday development. Design Patterns in PHP and Laravel aims to break down tricky concepts into humorous and easy-to-recall details, so that you can begin using design patterns easily in your everyday work with PHP and Laravel. You will learn each of the original gang of four design patterns, and how they are relevant to modern PHP and Laravel development. Each pattern is covered with full examples of how it can be used. Written by a working developer who uses these patterns every day, you will easily be able to implement each pattern into your workflow and improve your development.
What You Will Learn
How to use the original gang of four design patterns in your PHP and Laravel development How each pattern should be used How to solve problems when using the patternsHow to remember each pattern using mnemonics
Who This Book Is For
The person who will buy this book is likely using Laravel and PHP to do their job. They want to improve their understanding of design patterns.
Автор: Aley Название: PHP Beyond the Web ISBN: 1484224809 ISBN-13(EAN): 9781484224809 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Use your existing web-based PHP skills to write all types of software: CLI scripts, desktop software, network servers, and more. This book gives you the tools, techniques, and background necessary to write just about any type of software you can think of, using the PHP you know.PHP Beyond the Web shows you how to take your knowledge of PHP development for the web and utilise it with a much wider range of software systems. Enjoy the benefits of PHP after reading this book: save money by redeploying existing skills, not learning new ones; save time and increase productivity by using a high-level language; and make money by providing your clients a full-stack service (not just websites).PHP is no longer just a great scripting language for websites, it's now a powerful general-purpose programming language. Expand your use of PHP into your back-end systems, server software, data processing services, desktop interfaces, and more.
What You'll Learn
Write interactive shell scriptsWork with system daemonsWrite desktop softwareBuild network serversInterface with electronics using PHP and the Raspberry PiManage performance, deployment, licensing, and system interactionDiscover the software tools for development and get other great sources of technical information and help
Who This Book Is For
Experienced PHP programmers or experienced programmers interested in leveraging PHP outside the web development context.
Автор: Nixon Robin Название: PHP: 20 Lessons to Successful Web Development ISBN: 0071849874 ISBN-13(EAN): 9780071849876 Издательство: McGraw-Hill Рейтинг: Цена: 5489.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This year`s session was marked by substantial steps forward to support the reform process launched in 2009 with the aim to modernise the institutional framework and ensure a more efficient functioning of the commission. In addition the session adopted guidelines on precautionary conservation measures aimed at minimizing undesirable effects on stocks and improving fisheries economic profitability.
Автор: Matthews Marty Название: PHP and MySQL Web Development: A Beginner`s Guide ISBN: 0071837302 ISBN-13(EAN): 9780071837309 Издательство: McGraw-Hill Рейтинг: Цена: 8235.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Filled with hands-on projects, this step-by-step tutorial shows how to use PHP and MySQL to power websites with dynamic content.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru