Skip to content

Instantly share code, notes, and snippets.

View linushstge's full-sized avatar

Linus Hstge linushstge

View GitHub Profile
<?php
class Media_model extends CI_Model
{
private $table = 'media';
private $store = [];
function __construct()
{
parent::__construct();