Автор: 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.
Автор: 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.
Автор: Edmunds Название: Securing PHP Apps ISBN: 1484221192 ISBN-13(EAN): 9781484221198 Издательство: Springer Рейтинг: Цена: 2794.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Secure your PHP-based web applications with this compact handbook. You'll get clear, practical and actionable details on how to secure various parts of your PHP web application. You'll also find scenarios to handle and improve existing legacy issues.Is your PHP app truly secure? Let's make sure you get home on time and sleep well at night. Learn the security basics that a senior developer usually acquires over years of experience, all condensed down into one quick and easy handbook. Do you ever wonder how vulnerable you are to being hacked? Do you feel confident about storing your users' sensitive information? Imagine feeling confident in the integrity of your software when you store your users' sensitive data. No more fighting fires with lost data, no more late nights, your application is secure.Well, this short book will answer your questions and give you confidence in being able to secure your and other PHP web apps.
What You'll LearnNever trust your users - escape all inputHTTPS/SSL/BCA/JWH/SHA and other random letters: some of them actually matterHow to handle password encryption and storage for everyoneWhat are authentication, access control, and safe file handing and how to implement themWhat are safe defaults, cross site scripting and other popular hacks
Who This Book Is For
This book is for experienced PHP coders, programmers, developers.
Автор: 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.
Автор: Pitt Название: Typed PHP ISBN: 1484221133 ISBN-13(EAN): 9781484221136 Издательство: Springer Рейтинг: Цена: 2794.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Discover how stronger types mean cleaner, more efficient, and optimized PHP applications. This unique book looks at typed PHP: PHP types, strings, regular expressions, and more from PHP 7 as found in standard PHP libraries, user libraries, extensions, and cross-compilers. You'll see how to create a set of reusable tools that unify and ease the scalar types of PHP. PHP has a rich history and a dominant place on the web. It has achieved much despite language inconsistencies and difficulties. Bjarne Stroustrup once said: 'There are only two kinds of languages: the ones people complain about and the ones nobody uses'. PHP is one of those languages that everybody uses, yet that's often seen as a good reason to ignore the bad parts and just get stuff done. We're all for getting stuff done, and to that end, the author has used Plain Ol' PHP for many years. It's always bugged him how procedural PHP is, in an ecosystem of OOP libraries and frameworks. So he decided to take a deeper look at building a stronger type system on top of PHP. That's the goal of this book.
What You'll Learn
Discover the fundamentals of PHP strings, regex, underscores, native function inconsistencies, and moreExamine the structure of PHP types including boxing, regex, namespace functions, composer autoload, null problem, optional values, and moreWork with extensions like vagrant + phansible, provisioning, vagrant commands, SPL types, scalar objects, zephir, and moreDesign using scalar, SPL, zephir, structure types, resolving types, chaining, combining number types, PHPUnit, packaging, and morePlan for the future using a case study example
Who is this book for
This book is for experienced web developers and PHP programmers.
Автор: 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.
Автор: 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.
Автор: 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