Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Php & Mysql Pagination simplified (pagination with search)
Rating: 4.3 out of 5(7 ratings)
575 students

Php & Mysql Pagination simplified (pagination with search)

Integrate pagination with your projects in less than 3 minutes using reusable pagination code
Created byEla Eli
Last updated 8/2021
English
English [Auto],

What you'll learn

  • Php pagination with search filter
  • Pagination using OOP
  • Reusable pagination code
  • Write clean code

Course content

10 sections11 lectures1h 7m total length
  • Introduction5:25

    Learn to implement reusable PHP pagination with MySQL, displaying three records per page and using an object oriented pagination class to compute limit and offset and enable search by position.

  • Introduction to the offset and the limit6:57

    Understand how limit and offset power pagination by calculating the last page and using (current page - 1) × per page to fetch the correct row slice with navigation links.

Requirements

  • Basic understanding of PHP
  • Basci understand of OOP
  • Basic understanding of Classes and Objects

Description

In this course we'll be building a reusable pagination class in php. Great course for anyone who wants to understand how classes and objects work. A lot of OOP examples that you'll find online don't help when you're trying to start out with object oriented programming. I've always wanted a real world world class example, until I decided to rewrite a pagination code that I wrong a long time ago, and covert it into OOP.

If you're looking for a real world class example, this course is for you. Anyone wanting to improve their programming skills in general may take the course. To become a very good programmer, it's important to watch how other developers do things and copy from them. I've bought a couple of courses from Udemy myself. And that paid off, I've been told I'm a good developer by different programmers including my boss. So I'd highly encourage anyone willing to improve to their OOP skills to take this course, and other courses as well that are not mine. Good developers never stop learning. And remember, every time you seat in front of a computer and learn something new, you're growing. Every little thing you learn will certainly help you in future and save you a lot of time

Who this course is for:

  • Php Developers