Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodeholic/phpcourse2020
Materials for PHP Course 2020
https://github.com/thecodeholic/phpcourse2020
learnphp php phpcourse phpcrashcourse phpfullcourse phpnotesapplication phptodoapplication phptutorial
Last synced: 2 months ago
JSON representation
Materials for PHP Course 2020
- Host: GitHub
- URL: https://github.com/thecodeholic/phpcourse2020
- Owner: thecodeholic
- Created: 2020-01-20T04:35:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T09:20:35.000Z (about 4 years ago)
- Last Synced: 2023-02-28T22:31:39.256Z (almost 2 years ago)
- Topics: learnphp, php, phpcourse, phpcrashcourse, phpfullcourse, phpnotesapplication, phptodoapplication, phptutorial
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 70
- Watchers: 2
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Course 2020
## Final version - *All code written during the video is there*
### The repository is Created for Youtube Video ["PHP for Absolute beginners - PHP Course 2020"](https://youtu.be/yXzWfZ4N4xU).
If you are interested to see empty files to following the tutorial you can download it [from here](https://github.com/thecodeholic/PHPCourse2020/tree/initial-version).
The video covers all the basic things about PHP.
- Comments
- Variables
- Numbers
- Strings
- Arrays
- Conditionals
- Loops
- Functions
- Dates
- SuperGlobals
- Working with forms and validation
- Sessions and cookies
- File uploading and file validation
- Including PHP files
- Working with File System (We will build todo application)
- Object Oriented PHP (OOP)
- Working with MySql (We will build notes application)
- Namespacing
- Composer and autoloading