Markus Gray - Böcker
Visar alla böcker från författaren Markus Gray. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
Beginning PHP
Master the latest features of PHP 7 and fully embrace modern PHP development
Häftad, Engelska, 2018
318 kr
Skickas inom 5-8 vardagar
Learn all the fundamentals of PHP with a book that blends theory with practice to build up the skills you need for modern web development.Key FeaturesBrush up on basic PHP 7 syntax and work with variables, data types, arrays, and loopsMaster advanced concepts like building your own frameworks and creating your own applicationsApply your newly learned PHP skills to a variety of real-life business scenariosBook DescriptionPHP is the preferred server-side scripting language for tech giants such as Facebook, Wikipedia, and Tumblr despite full-stack JavaScript gaining popularity with upcoming developers. This is because PHP performs better when dealing with heavy computations on the back end. In this book, you’ll learn everything you need to get up and running with the latest version of PHP, including package management with tools such as composer, secure database operations, and a whole host of other best practices that will help you stay a step ahead of traditional programmers.What you will learnUnderstand the fundamentals of PHP and work with classes and inheritanceLearn about database operations and package management with composerTackle common security concerns and pitfalls using authentication and validationBuild effective PHP applications and frameworks for your business needsWho this book is forIf you’re already familiar with another programming language and want to learn about the fundamentals of PHP programming, you’ll find the flow of this book to be an ideal fit. Having a prior understanding of HTML, MySQL, CSS, and JavaScript will be beneficial, but is not mandatory.
PHP Workshop
Learn to build interactive applications and kickstart your career as a web developer
Häftad, Engelska, 2019
414 kr
Skickas inom 5-8 vardagar
Get to grips with the fundamentals of PHP programming and learn to build dynamic, testable PHP web applications with the help of real-world examples and hands-on projectsKey FeaturesStart building modern and testable PHP web applicationsMaster the basic syntax and fundamental features of PHPImplement object-oriented programming to write modular, well-structured codeBook DescriptionDo you want to build your own websites, but have never really been confident enough to turn your ideas into real projects? If your web development skills are a bit rusty, or if you've simply never programmed before, The PHP Workshop will show you how to build dynamic websites using PHP with the help of engaging examples and challenging activities.This PHP tutorial starts with an introduction to PHP, getting you set up with a productive development environment. You will write, execute, and troubleshoot your first PHP script using a built-in templating engine and server. Next, you'll learn about variables and data types, and see how conditions and loops help control the flow of a PHP program. Progressing through the chapters, you'll use HTTP methods to turn your PHP scripts into web apps, persist data by connecting to an external database, handle application errors, and improve functionality by using third-party packages.By the end of this Workshop, you'll be well-versed in web application development, and have the knowledge and skills to creatively tackle your own ambitious projects with PHP.What you will learnSet up a development environment and write your first PHP scriptsUse inheritance, encapsulation, polymorphism and other OOP conceptsUse HTTP and understand the request-response cycle of an applicationPerform file operations and interact with external databasesDeal with application errors and handle exceptionsUse third-party libraries and manage dependenciesConnect your application to web services to allow for data exchangeWho this book is forThis book on PHP for beginners will help you if you're just getting started with PHP. Although prior programming experience is not necessary, a basic understanding of HTML, CSS, and JavaScript will help you grasp the concepts covered more easily.