hi , i use codeigniter pagination class in my project it's works fine for me . but there is no option to tell class just show next and previous link , please see this image i want to show result paged plus I'd like to use to link for next and previous instead of numeric links and when the user click on the next button i'll use ajax to retrive request i don't have problem with ajax calls in pagination in numeric links but i want to just show this to link :) i don't think i can explain what i need very good so please see the image . link text
here is my view file :
<div style="height:200px; position:relative">
<div id="left_nav"></div>
<div id="right_nav"></div>
<div style="width:622px;margin:0 auto;">
<!-- Gallery Box1 -->
<?php foreach($last_profile as $l) : ?>
<div id="galleryBoxHolder">
<div id="galleryBoxContent">
<div id="ImageHolder">
<img src="dummy_data/1.gif" /> </div>
<br />
<p><?=$l->artname?> </p>
<br />
<p style="color:#1a4688">asdasd</p>
<p style="color:#1a4688 ; direction:ltr"><?=$l->length?> cm x <?=$l->width?> cm</p>
</div>
</div>
<?php endforeach ;?>
<div>
<?=$links?>
</div>
<!-- Gallery box1 :off -->
</div>
</div>
PLease Check This url which is exactly what i need (@:title Customers Who Bought This Item Also Bought)