Skip to content

Instantly share code, notes, and snippets.

@jbottigliero
jbottigliero / MY_Form_validation.php
Created April 12, 2012 05:10
(set_rules method) Add support for 'flash error messages' to CodeIgniter's built in Form Validation library.
<?php
class MY_Form_validation extends CI_Form_validation {
// --------------------------------------------------------------------
/**
* Set Rules
*
* This function takes an array of field names, validation
@jbottigliero
jbottigliero / sublime.sh
Created April 7, 2012 23:00
Simple shell script to quickly open projects in Sublime Text 2
#! /bin/bash
# The location of Sublime Text 2 application
# The default path to be used when opening projects
DEFAULT_PATH="/Applications/MAMP/htdocs/"
# The project to open
project=$1