In Magento, we have a lot of product attributes. It is difficult to fetch the products with a specific attribute. In this article, we are g...
Steps to solve Magic Quotes Error in Drupal 8 Installation
When we install Drupal 8 we get a Magic Quotes error. In this article, we are going to discuss about, How to solve the Magic quotes error i...
Steps to override/rewrite model class in Magento
In this article, we are going to discuss about How to override/rewrite the model class in Magento. In most of the cases we need to extend t...
Steps to install Magento on server using SSH
In this article, I am going to explain the step by step procedure to install Magento on server using SSH (Secure SHell). By using SSH, we c...
Steps to create Joomla Components with Component Creator
In this article, we are going to discuss about How to create Joomla components using Component creator. we can create our own Joomla compon...
Integrating Facebook Connect with CakePHP Auth Component
In this article, we are going to discuss about How to intergate the Facebook connect with Cakephp Auth component. By connecting Facebook co...
Steps to remove index.php from Codeigniter URL
In this article, we are going to discuss about How to enable SEF url in CodeIgniter (CI). We can get the SEF url by removing the index.php ...
Tips to secure your wordpress site using .htaccess
In this article, I am going to provide some tips to secure your Wordpress website using .htaccess. Wordpress is a popular CMS among everyo...
Steps to change the Default Admin Username in WordPress
Most of the Wordpress users struggling to change the default Wordpress Administrator username (Admin) with the new username. In this articl...
Steps to implement Memcache in Codeigniter
In this article, we are going to discuss about How to implement memcache in CodeIgniter (CI). Memcache is used to increase the performance ...
Execute Cron Job in CodeIgniter using PHP Curl
In this article we are going to discuss about, How to execute Cron Job in CodeIgniter (CI) using PHP. Codeigniter (CI) runs based on the fr...
Magento - Create an external Database Connection
Normally we are all experienced with connecting the database with Magento. But in this article, we are going to discuss about How to create...
Magento - Load a Category OR Product by an attribute
In this article, we are going to discuss about How to load a categort or a product by an attribute. Most of the developers are often search...
CakePHP - Save page output as HTML
In this article, we are going to discuss about How to Save page output as HTML with cakePHP. As of now, I am working on a project that req...
Setting Error page layout based on Auth status with CakePHP
In this tutorial, we are going to discuss about How to setting the separate layout for the error pages based on the Auth Status with CakePH...
Pagination Caching in CakePHP - Step by step tutorial
In this article, we are going to discuss about How to achieve pagination cachin in CakePHP. Pagination is nothing but, it is a mechanism wh...
Steps to Install CakePHP on Shared Hosting
In this article, we are going to discuss about How to install CakePHP on Shared Hosting. I have installed cakaPHP on my hosted web but I Co...