Welcome Guest, Not a member yet? Register   Sign In
Pagination
#43

[eluser]srajibtechno[/eluser]
i am facing this problem... i am attahced my code here please check it...
i want to add pagination here. i am passing cat_id as a parameter using URL.... how can i add pagination here.... please help me as soon as possible....

My model:

function show_mix_gallery_IT()
{
$this->db->select('*');
$this->db->from('inbook_mix_gallery_sub_category');
$this->db->where('cat_id','1');
$query = $this->db->get();
return $query->result();
}

My Controller:

function IT_details($id)
{

$data['query']=$this->get_model->show_mix_gallery_details($id);

$data['query2']=$this->get_model->show_mix_gallery_category($id);

$this->load->view('inbook_magazine_inner3',$data);
}

and My view is:

<?php

$i=0;
foreach($query->result_array() as $row_)
{
$i++;
?>
<tr >
&lt;? if($row_['mix_gallery_image']==0)
{
?&gt;
<img src="&lt;?=base_url()?&gt;assets/images/&lt;? echo $row_['mix_gallery_image'];?&gt;" align="middle">

<div style="margin-left:15px;margin-right:15px;">

<font color="black">
&lt;? echo $row_['mix_gallery_details'];?&gt;
</font> </div>
<br />
</tr>
&lt;? }
else {?&gt;

<div style="margin-left:15px;margin-right:15px;"> <font color="black"> &lt;? echo $row_['mix_gallery_details'];?&gt; </font> </div>
&lt;? }}
?&gt;


Messages In This Thread
Pagination - by El Forum - 03-01-2009, 08:14 AM
Pagination - by El Forum - 03-01-2009, 08:29 AM
Pagination - by El Forum - 03-01-2009, 08:45 AM
Pagination - by El Forum - 03-01-2009, 09:04 AM
Pagination - by El Forum - 03-01-2009, 09:12 AM
Pagination - by El Forum - 03-01-2009, 09:16 AM
Pagination - by El Forum - 03-01-2009, 09:23 AM
Pagination - by El Forum - 03-01-2009, 09:27 AM
Pagination - by El Forum - 03-01-2009, 09:57 AM
Pagination - by El Forum - 03-01-2009, 10:00 AM
Pagination - by El Forum - 03-01-2009, 10:10 AM
Pagination - by El Forum - 03-01-2009, 10:21 AM
Pagination - by El Forum - 03-01-2009, 10:34 AM
Pagination - by El Forum - 03-01-2009, 10:37 AM
Pagination - by El Forum - 03-01-2009, 10:45 AM
Pagination - by El Forum - 03-01-2009, 10:56 AM
Pagination - by El Forum - 03-01-2009, 11:07 AM
Pagination - by El Forum - 03-01-2009, 11:12 AM
Pagination - by El Forum - 03-01-2009, 11:34 AM
Pagination - by El Forum - 03-01-2009, 12:09 PM
Pagination - by El Forum - 03-01-2009, 12:15 PM
Pagination - by El Forum - 03-01-2009, 12:54 PM
Pagination - by El Forum - 03-01-2009, 12:56 PM
Pagination - by El Forum - 03-01-2009, 12:58 PM
Pagination - by El Forum - 03-01-2009, 01:00 PM
Pagination - by El Forum - 03-01-2009, 01:02 PM
Pagination - by El Forum - 03-01-2009, 01:14 PM
Pagination - by El Forum - 03-01-2009, 01:17 PM
Pagination - by El Forum - 03-01-2009, 01:25 PM
Pagination - by El Forum - 03-01-2009, 01:28 PM
Pagination - by El Forum - 03-01-2009, 01:43 PM
Pagination - by El Forum - 03-01-2009, 02:03 PM
Pagination - by El Forum - 03-01-2009, 02:13 PM
Pagination - by El Forum - 03-01-2009, 02:25 PM
Pagination - by El Forum - 03-01-2009, 02:32 PM
Pagination - by El Forum - 03-01-2009, 02:47 PM
Pagination - by El Forum - 03-01-2009, 02:50 PM
Pagination - by El Forum - 03-01-2009, 02:57 PM
Pagination - by El Forum - 03-03-2009, 08:36 PM
Pagination - by El Forum - 03-23-2009, 03:00 AM
Pagination - by El Forum - 03-23-2009, 03:36 AM
Pagination - by El Forum - 03-23-2009, 03:40 AM
Pagination - by El Forum - 03-23-2009, 04:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB