Cargando…

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 /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lopez, Antonio (software engineer) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo
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