Course Information
Course Overview
Learn how to code a set of reusable component to filter your records
During this course you will learn how to use the best practice and how to make use of the Design Patterns in order to code the reusable component, which will allow you to filter your records.
We will build a simple Object Relational Mapper - to be used with Model classes representing entities of our project.
For each sub-component will write a set of tests using PHPUnit.
This course is for anyone who has a fundamental understanding of PHP programming language in its Object Oriented environment.
Course Content
- 10 section(s)
- 52 lecture(s)
- Section 1 Introduction
- Section 2 Setup
- Section 3 Database component
- Section 4 Container
- Section 5 Models
- Section 6 Search and Sticky
- Section 7 Filter
- Section 8 Filter tests
- Section 9 Filtering records
- Section 10 Pagination
What You’ll Learn
- How to make good use of the design patterns, How to make design decisions, Build a simple database Object Relational Mapper, Build a reusable search component to filter collection of records, Write tests using PHPUnit
Skills covered in this course
Reviews
-
MMarko Ilmari
This seems an awesome course! However, in the beginning of the course, one of the packages is giving me a warning: "Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested."