Rss Feed
Tweeter button
Facebook button

Posts Tagged ‘ controller ’

SIMPLE PAGING WITH CODEIGNITER FRAME WORK (English Version)

Sep 30th, 2009 | By Rio Yotto | Category: Application Development, Tips & Trick

PAGING WITH CODEIGNITER FRAME WORK BY : Rio Uniwaly
——————————————————-
Demo for this paging you can see it here : http://rio.uniwaly.com/programming/coba/
notes :
1. Framework used : Code Igniter (MVC)
2. I’m using MVC with View and Controller only. i’m not used Model.
4. This is my config files configuration : config.php — $config['base_url'] = “http://localhost/programming/coba/”;
5. Controller: Welcome.PHP (One Controller Only)
—-
<?php
/* [...]