This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class MY_Form_validation extends CI_Form_validation { | |
| // -------------------------------------------------------------------- | |
| /** | |
| * Set Rules | |
| * | |
| * This function takes an array of field names, validation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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 |
NewerOlder