The Code You Will Love

SEO Friendly URL in Codeigniter

Posted on: Friday December 18, 2015

 Open ‘application\config\routes.php’ Add these line to routers.php:[crayon-67f2f66d3eb44268878775/]   Open ‘application\controllers’ Folder and Create a File [...]

Read More

Theme 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 More

Step1: 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 More

split a comma delimited string into an array in PHP

Posted on: Thursday December 3, 2015

[crayon-67f2f66d3ff7b931810189/] Output:Array ( [0] => 3 [1] => vipul [2] => 5 ) [crayon-67f2f66d3ff7f354144496/] [...]

Read More

Get Value from multiple checkbox with comma separated in PHP

Posted on: Friday November 27, 2015

[crayon-67f2f66d40222788588929/] [...]

Read More

Multilevel Drag & Drop Category Management

Posted on: Thursday November 26, 2015

  [...]

Read More

Marketplace 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 More

How 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-67f2f66d40e23633352584/] We can place [...]

Read More

Selectors In CSS3 (NEW FEATURE)

Posted 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 More

New Features in CSS3

Posted 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
Translate »