AT Dilshan is a coding blog where we post blogs related to HTML CSS JavaScript and PHP along with creative coding stuff and free source code files.

Full width home advertisement

Beginner's Guide

Projects

Recommended Posts

Post Page Advertisement [Top]


 This course is for absolute beginners and will give you a great kickstart to learning PHP.


We'll first talk about what PHP is and why we should learn it, then we will setup a working environment and start coding

This video covers all the basics:
- How to declare Variables
- How to work with strings, Arrays
- How to work with file System
- How to use cURL to fetch resources
- Object-Oriented PHP
- Namespaces
- Composer
- Autoloading


At the end of this course we will create a CRUD (CREATE, READ, UPDATE, DELETE) application 3 times. First, we will create it as beginner and see what PHP code looks like without best practices, then we will refactor our application and make it more optimal. We will learn how to use composer, autoloading and we'll create a mini MVC framework with custom routing and then build the final version of our CRUD application using the framework.



Code: Initial Source files: https://bit.ly/3jmfETf Final Source files: https://bit.ly/3dS9BEx

Official Docs: Numbers - https://bit.ly/2IMwiih Strings - https://bit.ly/2T3Prht Arrays - https://bit.ly/2H5NU8i File System - https://bit.ly/3jcjHkE


1 comment:

Bottom Ad [Post Page]