Skip to content

Instantly share code, notes, and snippets.

View silumansupra's full-sized avatar

Lukman Suprayitno silumansupra

View GitHub Profile
@silumansupra
silumansupra / C_home.php
Created March 20, 2017 09:37
Login CodeIgniter With MySQL
<?php
// file controller
if (!defined('BASEPATH'))
exit('No direct access');
class C_home extends CI_Controller {
function __construct() {
parent::__construct();