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 4
Database Interaction
Content Locked
Section 1
MySQL and Basic SQL Syntax
This video will show you how to create a table schema and how to use the MySQL command line to perform the database operation (INSERT, SELECT, ...). - Knowing what is MySQL and SQL - Learning how to use the MySQL command line inside the Docker container - Running queries via the command line