Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advanced search form with PHP
Rating: 3.8 out of 5(8 ratings)
42 students

Advanced search form with PHP

Learn how to code a set of reusable component to filter your records
Last updated 1/2019
English

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

Course content

10 sections52 lectures13h 23m total length
  • Introduction1:34

    Learn how to build an advanced search from with PHP.Learn how to build an advanced search from with PHP.

Requirements

  • Intermediate OOP PHP knowledge

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.

Who this course is for:

  • Intermediate PHP developers or simply those who want to improve their knowledge of the subject