Since interface has been introduced in PHP, there have been various views on when to use interface and when to use abstract classes. Understanding the difference...
Relationship design plays an important role in any social network designed to connect people. In this post, the database design of the Friends Relationship is shown....
PHP Data Objects (PDO) is a lightweight interface for accessing multiple databases with a single interface. PDO does not use database specific extensions, instead you must...
In PHP there are 6 keywords that is more important for any developer who use Object Oriented Programming for building PHP web pages. Keywords Private Public...
PHP supports a variety of Databases available. Some of the databases supported by PHP are MySQL, Oracle SQL, PostgreSQL, mongo, SQLite and more. Though there are...
PHP is a server side scripting language that is used for building Dynamic Websites. It is one of the most popular Open Source scripting language that...