Book Image

Learning PHP 7 [Video]

By : Nicola Pietroluongo
Book Image

Learning PHP 7 [Video]

By: Nicola Pietroluongo

Overview of this book

<p>PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7’s simplicity and prowess addresses the requirements of current and future web and mobile application development.</p> <p>Learning PHP 7 demonstrates how to script for the web, providing everything from simple PHP commands to advanced data manipulations.</p> <p>The course takes a deep dive into basic PHP concepts such as variables, constants, operators, arrays, conditionals, and loops, which every developer needs to master. The course also covers object-oriented paradigms and coding standards, which acts as the do’s and don'ts of writing code.</p> <p>The core of the course lies in bringing all the newly introduced features to fruition. This is done through the creation of a fun social web application where a viewer can post and share pictures including features of likes and comments. The use of several controllers in the application provides the viewer with a learning curve to add more interactivity to their own applications. The course also shows you how to build an administrative panel with an intuitive menu and create a dynamic page to manage the users, photos, and comments in the application.</p> <p>Important topics such as creating an API for an RSS feed, deploying with Docker and Amazon AWS, and versioning with Git are a real bonus for blooming web developers.</p> <h1>Style and Approach</h1> <p>This course takes a low-level approach to begin with, introducing the fundamentals of the language before demonstrating the major advancements in the platform through the creation of a "social web application".</p>
Table of Contents (9 chapters)
Chapter 6
Improving the Application with Asynchronous Calls
Content Locked
Section 3
Uploading a Photo
This video will show you how to manage a file upload and resize in PHP. - Setting up the GD library along with the creation of a new database entity - Improving the application code using an open source library for an asynchronous upload - Testing the upload