This repository contains information and projects from PHP programming sessions.
php-mentorship
├── classes
│ ├── level-1
│ └── level-2
└── projects
├── project-1
├── project-2
└── project-3
Level 1 covers the basics of PHP programming, including:
- Basic syntax
- Control structures
- Functions
- Arrays
- Strings
Level 2 covers more advanced topics in PHP programming, including:
- File handling
- Database connectivity
- Object-oriented programming in PHP
- What is OOP?
- Classes VS Objects
- Constructor VS Desctructor
To use the PHP programming sessions, simply navigate to the appropriate directory in the classes
directory and open the PHP files in a code editor. The projects in the projects
directory are self-contained and can be run by opening the project directory in a code editor and running any necessary scripts.
The PHP programming sessions were created using a variety of resources, including:
- Online resources and live class tutorials @davidofug youtube