Book Image

Beginning PHP

By : David Carr, Markus Gray
Book Image

Beginning PHP

By: David Carr, Markus Gray

Overview of this book

<p>PHP is the preferred server-side scripting language for tech giants such as Facebook, Wikipedia, and Tumblr despite full-stack JavaScript gaining popularity with upcoming developers. This is because PHP performs better when dealing with heavy computations on the back end. In this book, you’ll learn everything you need to get up and running with the latest version of PHP, including package management with tools such as composer, secure database operations, and a whole host of other best practices that will help you stay a step ahead of traditional programmers. </p><p> </p><p></p>
Table of Contents (12 chapters)
Beginning PHP
Contributors
Preface
Free Chapter
1
Getting Started with PHP
2
Arrays and Loops
Index

CRUD, the Contact Application


In this section, users will create the functionality to CRUD the contact application. Users will:

  • Create new contact records

  • View all the contact records

  • View individual contact records

  • Update the contact records

  • Delete the contact records

Note

You may find this very similar to building the user management functionality and would be right to do so.

CRUD lies at the heart of all applications, and functionality is extended from there.

This is an example of pagination

This is an example of filtering