Skip to content

Instantly share code, notes, and snippets.

View flaviozantut's full-sized avatar
👽

Flávio Zantut flaviozantut

👽
View GitHub Profile
@flaviozantut
flaviozantut / standard.php
Created September 10, 2012 18:54
Standard comment block
<?php
/**
* Dash lib
*
* @category Admin
* @package Dash
* @author Flavio Zantut <[email protected]>
* @license MIT License <http://www.opensource.org/licenses/mit>
* @link http://link.com
*/
@flaviozantut
flaviozantut / gist:2690935
Created May 14, 2012 00:34
Namespace less
#teste {
.button {
display: block;
border: 1px solid black;
background-color: grey;
&:hover { background-color: red }
}
}
#bundle {
<?php if ( ! defined('BASEPATH')){exit('No direct script access allowed'); }
/**
* [descriçao da classe]
*
* @category Controllers
* @package [module_name]
* @author Flavio Zantut <[email protected]>
* @copyright 2012 Flavio Zantut
* @license GNU General Public License
*/