The Code You Will Love
How to replace underscores in codeigniter url with dashes?
Posted on: Saturday January 2, 2016
The routes config found in [crayon-689678261f774235590034/] is your friend here.A simple [crayon-689678261f77a152162896/] [...]
Read MoreDatabase Configuration in Codeigniter
Posted on: Friday December 18, 2015
CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at application/config/database.php. You can [...]
Read MoreSEO Friendly URL in Codeigniter
Posted on: Friday December 18, 2015
Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-689678261fd2d946010984/] Open ‘application\controllers’ Folder and Create a File [...]
Read MoreTheme Setup In Codeigniter
Posted on: Friday December 18, 2015
Creating Views We’re going to create a couple of templates to wrap our views with to keep our code DRY. Create a directory named ‘templates’ in your ‘application/views/’ directory and [...]
Read MoreStep1: Installing Codeigniter
Posted on: Thursday December 17, 2015
Download https://www.codeigniter.com/download Extract Folder and Paste in (xampp/htdocs). and rename it to “CodeIgniter“. Now open (htdocs\CodeIgniter\application\controllers) Folder [...]
Read Moresplit a comma delimited string into an array in PHP
Posted on: Thursday December 3, 2015
[crayon-689678262014e584231721/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-6896782620153099314822/] [...]
Read MoreGet Value from multiple checkbox with comma separated in PHP
Posted on: Friday November 27, 2015
[crayon-689678262027d169124997/] [...]
Read MoreMarketplace Extension Installation in Magento
Posted on: Sunday November 22, 2015
You can convert your existing website to Marketplace using “Cybage” Marketplace plug-in. It’s Free and you can read Detail here… << Read >>. After Installation, [...]
Read MoreHow to Hide/remove/disable Add to cart button in woocommerce ?
Posted on: Tuesday June 30, 2015
So, to remove add to cart button from product detail page and shop page i.e. product listing page all we need to do is to add these two hooks. [crayon-6896782620ae4724784745/] We can place [...]
Read More