Skip to content

Instantly share code, notes, and snippets.

@geraldprambudi
Created June 12, 2019 06:27
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$autoload['packages'] = array();
$autoload['libraries'] = array('database');
$autoload['drivers'] = array();
$autoload['helper'] = array('url');
$autoload['config'] = array();
$autoload['language'] = array();
$autoload['model'] = array();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment