PHP , MVC , POO

Hello everybody, my name is Carlos. I'm new here. I want to improve my skills in PHP. I'm starting with MVC and OOP. I want to learn the basics to take the next step into Laravel, but I'm having troub...
0 Read More

What is ORD?

An object–relational database (ORD), or object–relational database management system (ORDBMS), is a database management system (DBMS) similar to a relational database, but with an object-oriented ...
0 Read More

Encapsulation

To Understand Encapsulation please do check out last post Encapsulation is mechanism of bundling data (attribute) and methods that operate on that data within a single unit(class).Encapsulation is lik...
0 Read More