PHP: The Right Way



Download free course PHP: The Right Way, pdf file on 76 pages by Phil Sturgeon, Josh Lockhart.
There's a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time.

There is no canonical way to use PHP. This book aims to introduce new PHP developers to some topics which they may not discover until it is too late, and aims to give seasoned pros some fresh ideas on those topics they've been doing for years without ever reconsidering. This ebook will also not tell you which tools to use, but instead offer suggestions for multiple options, when possible explaining the differences in approach and use-case.

Table of contents

  • Getting Started
  • Code Style Guide
  • Language Highlights
  • Dependency Management
  • Coding Practices
  • Dependency Injection
  • Databases
  • Templating
  • Errors and Exceptions
  • Security
  • Testing
  • Servers and Deployment
  • Virtualization
  • Caching
  • Documenting your Code
  • Resources
  • Community
Pages : 76
Size : 1.0 MB
File type : PDF
Downloads: 207
Created: 2022-02-03
License: CC BY-NC-SA
Author(s): Phil Sturgeon, Josh Lockhart
PHP: The Right Way

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others php Tutorials

PHP Notes for Professionals

PHP5 web programming

Essential PHP

PHP Tutorial From beginner to master

Download free PHP course

Others related eBooks about PHP: The Right Way

Reintroducing React

Download free course Reintroducing React, pdf file on 257 pages by Ohans Emmanuel....

An Introduction to ReactJS

React is a JavaScript framework. Using the framework is as simple as including a JavaScript file in our HTML and using the React exports in our application's JavaScript. With this tutorial, we're starting out at the beginning. Let's look at what React is and what makes it tick. We'll discuss why we...

JavaScript tutorial for professionals

Download free JavaScript tutorial course in PDF, training file in 106 chapters and 490 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

How To Build a Website With CSS and HTML

Download free course How To Build a Website With CSS and HTML, pdf file on 172 pages by Erin Glass....

ASP.NET and Web programming

This tutorial shows you the basics of ASP dot NET programming ,free training document for download designated to intermediate level users....

PHP: The Right Way

There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider...

Designing Scalable JavaScript Applications

If you've ever written a non-trivial JavaScript application, you know that creating a code..., download free JavaScript tutorial in PDF (134 pages) created by Emmit Scott ....

CSS Notes for Professionals

Download free course CSS Notes for Professionals, pdf file on 244 pages by Stack Overflow Community....

Object Oriented Programming in PHP5

The purpose of this PDF tutorial is to provide a basic guide for student interested in Object Oriented Programming in PHP5 to build a dynamic web application....

The JavaScript Way

This book aims to be a useful companion for anyone wishing to (re)discover the many facets of JavaScript. Numerous brain cycles were spent to make it: ...