Todo App, Create, Read, Update, Delete, What is CRUD in PHP, How CRUD Works in PHP, Codecademy PHP

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=g3p91IyuWLY



Category:
Vlog
Duration: 3:02
110 views
2


In this PHP programming lesson, we take a look at a Todo App, how Create, Read, Update, Delete work, and exactly What is CRUD in PHP, as well as How CRUD Works in PHP, this is based on Codecademy Learn PHP. In the lesson, we get to see a Todo List Application. The app allows us to add tasks to it as well as update them as completed, and even delete them. In the app, we see CRUD in action. We see that we are able to create a task and it updates the HTML on the page once we create it. We are able to read the tasks that we have created. We are also able to update the tasks as complete and last we are also able to delete the task. This to-do list application is a common application that is shown to beginner developers as it is perfect for demonstrating CRUD behaviors. CRUD concepts are important for any serious aspiring PHP developer. Any serious programmer should be able to create CRUD applications and understand how all the parts work together in helping us achieve our app's goals. Make sure to understand how CRUD works and why it is important for you to learn. Study some of the code and see if you can figure out how it works. Once you are confident and can define CRUD, feel free to move on to the next lesson!




Other Videos By We Will Code


2022-04-12The Concatenating Assignment Operator, Codecademy's Learn PHP, Concat Assignment Operator in PHP
2022-04-12PHP Variable Reassignment Explained, How to Reassign a Variable in PHP, Codecademy's Learn PHP Guide
2022-04-11Learn Variable Parsing in PHP, How to Parse Variables in a String with PHP, Codecademy Learn PHP
2022-04-11Using Variables in PHP, How to Use a Variable in PHP, Output Variables in PHP, Codecademy Learn PHP
2022-04-10Creating Variables with PHP, Learning to Write PHP Variables, Understand Variables in PHP Codecademy
2022-04-10How Variables Work in PHP, Variables Explained in PHP, Codecademy's Learn PHP, Strings and Variables
2022-04-09How to Combine Strings in PHP, String Concatenation PHP, Learn to Concatenate Strings, Codecademy
2022-04-08Escape Sequences in PHP, How to Use PHP Escape Sequences, Escape Sequences Explained on Codecademy
2022-04-08What are Strings in PHP, How to Create PHP String, The String Data Type Explained, PHP on Codecademy
2022-04-08Review for Introduction to PHP on Codecademy's Learn PHP Course, Review Beginner PHP Concepts
2022-04-08Todo App, Create, Read, Update, Delete, What is CRUD in PHP, How CRUD Works in PHP, Codecademy PHP
2022-04-08How PHP Comments Work, Comment in PHP, Multi-Line PHP Comment, Single Line PHP Comment, Codecademy
2022-04-08How is PHP Executed, Writing a PHP Script File, Codecademy's Learn PHP, General Purpose Programming
2022-04-07How is PHP Used in HTML, Learn PHP, Codecademy, Build Dynamic Web Pages in PHP, The PHP Interpreter
2022-04-07The History of PHP, Learn PHP History, PHP History Explained for Beginners, Codecademy Learn PHP
2022-04-07Why Learn PHP, Introduction to PHP Programming Language, Codecademy Free Full PHP Programming Course
2022-04-05Node setTimeout Function JavaScript Promises Explained, Promises in JavaScript Explained, Codecademy
2022-04-04Learning how to use JavaScript Promises, Constructing a Promise Object, JavaScript Promise Example
2022-04-04Intro to JavaScript Promises, What is a Promise in JavaScript, Asynchronous Programming Codecademy
2022-04-04How to Import Modules in Node JS, Exporting Modules in Node JS, Use Modules with Require, Codecademy
2022-04-03Why Use Static Methods, Static VS Instance Methods JavaScript Walkthrough, JavaScript Static Methods



Tags:
Coding
Learn PHP
PHP
Programming
Server-side
back-end
code tutorial
tutorials