Skip to content

Instantly share code, notes, and snippets.

View besabellacyrus's full-sized avatar
💭
Svelte x Sapper = <3

Cyrus Besabella besabellacyrus

💭
Svelte x Sapper = <3
View GitHub Profile
@jordanmaslyn
jordanmaslyn / gist:2861884
Created June 3, 2012 04:28
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 = '';