Hello, i try to make an Ajax pagination, but I got error. Here is my code :
Here is My Panel Controller :
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Panel extends MY_AuthController {
public function __construct()
{
parent::__construct();
$this->load->model("paneldata");
}
public function index()
{
$this->load->view('template/header/panel.php');
$this->load->view('containt/panel.php');
$this->load->view('template/footer/panel.php');
}
public function general_post($awal = 0)
{
$this->