Skip to content

Instantly share code, notes, and snippets.

View vinicius73's full-sized avatar
🤓
"Those who cannot acknowledge themselves, will eventually fail."

Vinicius Reis vinicius73

🤓
"Those who cannot acknowledge themselves, will eventually fail."
View GitHub Profile
@vinicius73
vinicius73 / Bcrypt.php
Created October 3, 2012 15:09
Bcrypt Plus - Agora com criação de senha altomatica
<?php
/**
* Bcrypt hashing class
*
* @author Thiago Belem <[email protected]>
* @author Luiz Vinicius <[email protected]
* @link https://gist.github.com/3438461
*/
class Bcrypt {
@vinicius73
vinicius73 / ci.php
Created August 27, 2012 14:41
Integração Codeigniter com NetBeans
<?php
/**
* @property CI_DB_active_record $db
* @property CI_DB_forge $dbforge
* @property CI_Benchmark $benchmark
* @property CI_Calendar $calendar
* @property CI_Cart $cart
* @property CI_Config $config
* @property CI_Controller $controller