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 | |
| /** | |
| * Reboots the entire application from the scratch. | |
| * | |
| * Removes the all the records from the database table, | |
| * except the migrations table. | |
| * | |
| * Deletes the directories (if provided) | |
| * | 
  
    
      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 | |
| /** | |
| * A simple trait for creating a directory. | |
| * | |
| * It can be used anywhere in/by the application.. It is specially | |
| * recommended to use this for creating directories of user based | |
| * folders at the time of user registration. | |
| * | |
| * @author IamCrazyD <[email protected]> | 
  
    
      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 | |
| /* | |
| * The below code is taken from the StackOverlow | |
| * http://stackoverflow.com/questions/1727077/generating-a-drop-down-list-of-timezones-with-php | |
| */ | |
| function timezone_list() { | |
| static $timezones = null; | 
NewerOlder