View difference between Paste ID: pekD5AEL and Ucycs2Ri
SHOW: | | - or go back to the newest paste.
1-
-- phpMyAdmin SQL Dump
1+
<?php
2-
-- version 4.8.2
2+
3-
-- https://www.phpmyadmin.net/
3+
defined('BASEPATH') OR exit('No direct script access allowed');
4-
--
4+
5-
-- Host: localhost
5+
class Demo extends CI_Controller {
6-
-- Generation Time: Aug 25, 2018 at 10:48 AM
6+
7-
-- Server version: 5.7.23-0ubuntu0.16.04.1
7+
    public function index() { 
8-
-- PHP Version: 7.0.31-1+ubuntu16.04.1+deb.sury.org+1SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
8+
        $this->load->view('demo_datatable');
9-
SET AUTOCOMMIT = 0;
9+
    }
10-
START TRANSACTION;
10+
11-
SET time_zone = "+00:00";--
11+
}