PHP magic functions

PHP Magic Functions

PHP magic functions

PHP magic functions are the methods that have some special names and starting with two underscores and will be triggered in response to particular PHP events.

These magic functions are as follows:

Read More

PHP Date Time Functions

PHP 5 Date/Time Functions

In PHP 5, the date/time functions allow us to get the date and time from the server where our PHP script runs. We can easily use the date/time functions to format the date and time in different ways. As being a part of the PHP core, no installation is required to use these functions.

Read More

How To Install Vqmod On Opencart

How to install VQMOD on OpenCart

Install VQMOD on OpenCart

In Opencart, vQmod stands for Virtual Quick Mod. It is an override system that is designed to avoid any changes in core files. Instead of doing any changes in the core files directly, the changes are created as xml search/replace script files. There is big advantage of using Vqmod is to keep the core functionalities of OpenCart untouched. Here we explain you that how to install VQMOD on opencart.

Read More

How To Add Products in Prestashop

How to Add Products in Prestashop

Add Products in Prestashop

In this blog, you will learn how to add products to your PrestaShop. In prestashop, we can add products through admin panel by following steps:

Read More