Skip to content

Instantly share code, notes, and snippets.

View besabellacyrus's full-sized avatar
💭
softwareeee

Cyrus Besabella besabellacyrus

💭
softwareeee
View GitHub Profile
@besabellacyrus
besabellacyrus / gist:be417f745081935b9a30
Last active January 15, 2016 02:10 — forked from jordanmaslyn/gist:2861884
CodeIgniter: MY_Model
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class MY_Model extends CI_Model {
/**
* The database table to use.
* @var string
*/
public $table_name = '';