Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to implement filter in codegniter frame work
    primarykey
    data
    text
    <p>Hi Friends! I have a Webpage here I am Displaying My Product details ,in this page and I want the following requirements </p> <pre><code>Display products should have filtering options: a. From lower to higher price b. From Higher to lower price c. Newly created d. Alphabetical order </code></pre> <p>I would like to know how to implement the above requirements. Please help me.</p> <p>sorry for my bad english</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; &lt;html xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;CodeIgniter Shopping Cart&lt;/title&gt; &lt;link href="&lt;?php echo base_url(); ?&gt;assets/css/core.css" media="screen" rel="stylesheet" type="text/css" /&gt; &lt;script type="text/javascript" src="&lt;?php echo base_url(); ?&gt;assets/js/jquery-1.3.2.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="&lt;?php echo base_url(); ?&gt;assets/js/core1.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="cart_data"&gt; &lt;a href="&lt;?php echo base_url(); ?&gt;cart1/show_cart"&gt;View Cart &lt;/a&gt; &lt;div id="cart_message"&gt; &lt;/div&gt; &lt;div id="wrap"&gt; &lt;?php $this-&gt;view('products1'); ?&gt; &lt;!-- &lt;div class="cart_list"&gt; &lt;h3&gt;Your shopping cart&lt;/h3&gt; &lt;div id="cart_content"&gt; &lt;?php //echo $this-&gt;view('cart1.php'); ?&gt; &lt;/div&gt; &lt;/div&gt;--&gt; &lt;/div&gt; &lt;!-- &lt;p style="text-align: justify;"&gt;&lt;div id="pagination"&gt; &lt;?php //echo $links; ?&gt; &lt;/div&gt;&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload