[teamtreehouse] CRUD Operations with PHP

Tags:

142-minute PHP Course

About this Course

In this course we’ll delve into the full spectrum of database interactions. Whether the application is an e-commerce, or social network site, or even a todo app on your phone, the data needs to change over time. CRUD is an acronym that refers to the four main operations that you’d want to perform on data in a database: Create, Read, Update, Delete.

What you’ll learn

  • PHP Data Objects (PDO)
  • Creating / Adding Record
  • Reading / Selecting Records
  • Updating / Editing Records
  • Deleting / Removing Records
  • Accepting User Data

Teacher

  • Alena Holligan

    After starting out in fine art and moving into graphic design, Alena found her passion for programming over 15 years ago and has never looked back. Alena enjoys community and is excited to introduce people to the wonderful world of PHP and the Portland Tech Community.

    When not at her computer, Alena enjoys exploring Portland with her friends and family, including her 3 young children. She also enjoys the Symphony, Cooking, Books, Yarn and Yoga.

     

Size: 341.55M


Friendly Websites

OneHack.Us | Tutorials For Free, Guides, Articles & Community Forum.


 

Content retrieved from: https://teamtreehouse.com/library/crud-operations-with-php.

8 thoughts on “[teamtreehouse] CRUD Operations with PHP”

    • After combing the internet, I found a Github repo of a completed project probably by a Treehouse student. I just went back to the earliest commit that was close to the skeletal code as much as possible.

      http://s000.tinyupload.com/?file_id=51649432043528819125

      Reply

Leave a Comment