Learning PHP 7 learn the art of PHP programming through this example-rich book filled to the brim with tutorials every PHP developer needs to know

Learn the art of PHP programming through this example-rich book filled to the brim with tutorials every PHP developer needs to know About This Book Set up the PHP environment and get started with web programming Leverage the potential of PHP for server-side programming, memory management, and object...

Descripción completa

Detalles Bibliográficos
Otros Autores: López, Antonio, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Birmingham : Packt Publishing 2016.
Edición:1st edition
Colección:Community experience distilled.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630009606719
Tabla de Contenidos:
  • Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up the Environment; Setting up the environment with Vagrant; Introducing Vagrant; Installing Vagrant; Using Vagrant; Setting up the environment on OS X; Installing PHP; Installing MySQL; Installing Nginx; Installing Composer; Setting up the environment on Windows; Installing PHP; Installing MySQL; Installing Nginx; Installing Composer; Setting up the environment on Ubuntu; Installing PHP; Installing MySQL; Installing Nginx; Summary
  • Chapter 2: Web Applications with PHPThe HTTP protocol; A simple example; Parts of the message; URL; The HTTP method; Body; Headers; The status code; A more complex example; Web applications; HTML, CSS, and JavaScript; Web servers; How they work; The PHP built-in server; Putting things together; Summary; Chapter 3 : Understanding PHP Basics; PHP files; Variables; Data types; Operators; Arithmetic operators; Assignment operators; Comparison operators; Logical operators; Incrementing and decrementing operators; Operator precedence; Working with strings; Arrays; Initializing arrays
  • Schemas and tablesUnderstanding schemas; Database data types; Numeric data types; String data types; List of values; Date and time data types; Managing tables; Keys and constraints; Primary keys; Foreign keys; Unique keys; Indexes; Inserting data; Querying data; Using PDO; Connecting to the database; Performing queries; Prepared statements; Joining tables; Grouping queries; Updating and deleting data; Updating data; Foreign key behaviors; Deleting data; Working with transactions; Summary; Chapter 6: Adapting to MVC; The MVC pattern; Using Composer; Managing dependencies; Autoloader with PSR-4
  • Adding metadata