Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~328 People Reached
Favorite Forums
Favorite Tags
Member Avatar for davy_yg

I am trying this paging simulation but I have not yet successful. models/name_model.php <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Name_model extends CI_Model { public function __construct() { parent::__construct(); } public function get_name($num, $offset) { $query = $this->db->get('name', $num, $offset); return $query->result(); } } controllers/cwelcome.php public …

Member Avatar for Reeaz
0
328