Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.01 KB

Iron library

Work with php easier

How to use this library

  1. Just add this to your own code :

    /**
    * Add IRON ELEPHANT library to project
    */
    require_once 'vendor/autoload.php';
    
    // load iron classes
    // use Codecrafted\IronElephant; [DB,File,Validate]
    
  2. Edit and customize config file :

For using all feature visit docs directory

help/ :

  1. main.md
  2. file.md
  3. database.md
  4. validate.md