Browse Our Tutorials

Learn everything from basic Photoshop to Advanced Laravel and SEO.

Tutorials

Oops Introduction

Object Oriented Php

Object Oriented Programming (OOP) is a type of programming language in PHP that...

Project Setup

Object Oriented Php

Now, you know most of the terms we need to work in object oriented programming....

Database Modal

Object Oriented Php

The first thing we'll need after the dashboard setup would be the form files to...

Functions Library

Object Oriented Php

Not just the database, we'll need a lot more reusable methods to check form meth...

Users Controller

Object Oriented Php

Everything's set up then. Now, let's create a database table named users with so...

Authentication OOP

Object Oriented Php

We could have added functions to update a user and we could do that part easily...

Update User

Object Oriented Php

Uploading users data would be done partially. All other data can be changed from...

News Category

Object Oriented Php

Now, most of the functions we require further are already created. We can easily...

News Post

Object Oriented Php

Now the category part is done let's go to the news table with a lot of columns....

Multiple Uploads

Object Oriented Php

Now, you can create any table in database and perform the insert, display, updat...

Frontend OOPS

Object Oriented Php

Now, you got the idea how we can work on object oriented programming in the back...