Skip to content

Instantly share code, notes, and snippets.

View LeonmanRolls's full-sized avatar

Leon Talbert LeonmanRolls

View GitHub Profile
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class simpleController extends CI_Controller {
function __construct(){
parent::__construct();
$this->load->model('facebook/facebook_model', 'Facebook');
$this->load->model('games_model', 'Games');
$this->load->helper('url');