Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 873 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 873 Bytes

Backend PHP Course Classroom 2304-002

This repository contains the exercise solutions, examples, and projects presented during the Backend PHP Course classroom 2304-002. The course is organized by modules, chapters, and lessons, starting from PHP basics until getting into the Symfony framework. You can find practical exercises in each folder according to the respective module, chapter, and lesson.

Course Modules

Check some main topics presented in the PHP Course by module.

Module 1: The Backend Tools and PHP Fundamentals

PHP Syntax: there are different websites where you can learn more about PHP syntax and how to improve your skill with it. Some of them - that were even used in the lessons - are the PHP.net and the W3Schools.

Module 2: Web Application and Database Basics