Skip to content

Instantly share code, notes, and snippets.

View victorferraz's full-sized avatar

Victor victorferraz

View GitHub Profile
@victorferraz
victorferraz / autoload_sidebar
Created May 2, 2012 01:10
Sidebar Tutorial
$autoload['libraries'] = array(`sidebar');
@victorferraz
victorferraz / sidebar
Created May 2, 2012 00:57
Sidebar Tutorial
<?php
/*
* @package Sidebar
* @version 1.0
* @author Victor Ferraz
* @copyright Copyright (c) 2011, Victor Ferraz
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
class Sidebar
{
@victorferraz
victorferraz / noticias_model
Created May 2, 2012 00:55
Sidebar Tutorial
<?php
/*
* @package Noticias
* @version 1.0
* @author Victor Ferraz
* @copyright Copyright (c) 2011, Victor Ferraz
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
class Noticias_model extends My_Model {