Some Coding Standards for PHP
Following a coding standard ensures better readability and consistency. Also, when working on larger projects with multiple developers, it helps
Continue readingFollowing a coding standard ensures better readability and consistency. Also, when working on larger projects with multiple developers, it helps
Continue readingProblem 1: Not using PHP built-in function Sometimes we try to solve the small problem with our own function instead
Continue readingPIP is a standard python command for package management systems, this is used to install, upgrade, and uninstall the software
Continue readingWordPress is an open-source site creation stage that is written in PHP and utilizes a MySQL (supported by nearly all
Continue readingThe base interface that covers functionality in the library which is common to all the data structures is defined as
Continue readingIntroduction Sometimes, we need to take a screenshot of any particular element of the document like any div, span, or
Continue readingIntroduction Composer deals with “packages” or libraries and it manages those packages or libraries on a per-project basis, installing them
Continue readingIntroduction Testing small pieces of code or a particular function or functionality is basically what we call unit testing. Unit
Continue readingIn the past, we have upgraded our company site PHP version. There are some steps that need to be followed
Continue readingWhat is Object Oriented Programming? Object oriented programming is a programming language, which is linked to the concept of classes
Continue reading