SEO Friendly URL in Codeigniter
Posted on: Friday December 18, 2015
Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-6720518fe939c642833484/] Open ‘application\controllers’ Folder and Create a File [...]
Read MorePosted on: Friday December 18, 2015
Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-6720518fe939c642833484/] 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-6720518feb6d6451430560/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-6720518feb6dd476029412/] [...]
Read MorePosted on: Friday November 27, 2015
[crayon-6720518febb6b505544673/] [...]
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-6720518fecb99489569292/] We can place [...]
Read MorePosted on: Tuesday June 23, 2015
What Selectors Means in CSS: In CSS, selectors are patterns used to select the element(s) you want to style. it means style on Every element which you want e.g. <p> (Selects all <p> [...]
Read MorePosted on: Tuesday June 23, 2015
CSS3 has been Divided into “modules”. It contains the “old CSS “. In addition, new modules are added. Some important CSS3 modules are: Selectors Box Model [...]
Read More