Blog

How to change default ROUTING in Codeigniter

One of the most common problem that a beginner faces with Codeigniter is the presence of index.php in the URL just before the name of the controller. This makes the URL look odd. Also, whenever developers are trying to form a link during the development of a project, it becomes mandatory for the developer to … Continue reading How to change default ROUTING in Codeigniter

How to create first visit popup for your store?

The more web development is growing these days, especially in e-commerce. The developers are coming with some out of the box ideas to attract more and more customers to their websites and subscribe to their websites. One of the most popular way to do this is to show a pop-up on the screen which appears … Continue reading How to create first visit popup for your store?

PHP 7: An quick overview

PHP 7.0.0 was released on December 3rd, 2015. The community quickly produced several builds which make it easy to install this new version using your systemтАЩs package manager.Now You can download the source code here php-7.0.0 The PHP 7 release brought some much-desired changes and improvements to the most popular programming language of the Web. … Continue reading PHP 7: An quick overview

Creating Custom Post Types by PHP code

There are two methods by which we can use to create our own custom post types: 1. By Using Plugins 2. By Using hard code into your themeтАЩs functions.php file. “Custom Post Type UI” is a nice plugin that allows you to easily create custom post types as well as taxonomies. This also provides PHP … Continue reading Creating Custom Post Types by PHP code