PHP Posts
-
Dependency Injection in PHP
Dependency injection in PHP is a handy technique to keep the code maintainable and re-usable. While coding our PHP classes, we often come to a...
-
Inheritance in PHP
Inheritance in PHP is useful when we need to create classes with some common, while few contrasting behaviors. In such case, we create a parent...
-
Learn OOP in PHP
If you want to learn OOP in PHP then it is a good step towards making yourself an expert PHP developer. In this post, I...
-
PHP mysqli Class to Connect with MySQL Database
PHP mysqli class is one of the multiple ways to connect with MySQL database using PHP. In this post we will learn about PHP mysqli...
-
Important String Functions in PHP
Some functions are very common and we use them frequently in our projects. No matter which CMS or Framework we are using but as long...