Advanced search form with PHP
Learn how to code a set of reusable component to filter your records
Description
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.
What You Will 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
Who Should Attend!
- Intermediate PHP developers or simply those who want to improve their knowledge of the subject