How to replace underscores in codeigniter url with dashes?
Posted on: Saturday January 2, 2016
The routes config found in [crayon-6851deeb3dc0d774486466/] is your friend here.A simple [crayon-6851deeb3dc12203146097/] [...]
Read MorePosted on: Saturday January 2, 2016
The routes config found in [crayon-6851deeb3dc0d774486466/] is your friend here.A simple [crayon-6851deeb3dc12203146097/] [...]
Read MorePosted 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 MorePosted on: Friday December 18, 2015
Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-6851deeb3e218431007534/] Open ‘application\controllers’ Folder and Create a File [...]
Read MorePosted 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 MorePosted 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 MorePosted on: Thursday December 3, 2015
[crayon-6851deeb3e81c641650685/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-6851deeb3e822693662960/] [...]
Read MorePosted on: Friday November 27, 2015
[crayon-6851deeb3e9c4567785974/] [...]
Read MorePosted 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 MorePosted 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-6851deeb3f325462296959/] We can place [...]
Read More