“Codeigniter Easy Installer” Documentation by “bdtask” v1.0


“Codeigniter Easy Installer”

Created: 22/09/2016
By: bdtask
Email: bdtask@gmail.com

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Code Structure
  2. CSS Structure
  3. Installation Guide
  4. Credit
  5. PSR Codding Standard (0-4)

A) This Theme is design and develop for codeigniter project install. here all code is organised very nicely.The general template structure is the same throughout the template. Here is the general structure.

HTML Structure

B) CSS Structure - top

A) This Theme is design and develop for codeigniter project install. Here is CSS codding style and standard

HTML Structure

C) Installation Guide - top

  1. Upload the files into to your web server using cPanel or FTP.
  2. Extract the install.zip file
  3. After Extracting, Keep the install folder with your application folder at same directory
  4. This is before uploading install folder : Smiley face
    This is After uploading install folder : Smiley face
  5. Folder structure of Installer
  6. Smiley face
  7. Delete the .env file if exists in install/flag/ directory
  8. Smiley face
  9. Put your application database into sql directory and rename it as install.sql
  10. Smiley face
  11. Now, Browse your application http://yourdomain.com/install Installer first step showing the directory and server requirements. If all requirements were successfully meet then click on Next button
  12. Smiley face
  13. *Enter your database name, username, password, host name and click on Next button
  14. Smiley face
  15. Just wait 10 seconds to complete the installation process
  16. Installation successfully done…
  17. Now, Click on Click to launch your application button to access your application
  18. Smiley face
  19. Thank you for purchasing Codeigniter Easy Installer, If you have any questions, please contact us at bdtask@gmail.com

D) Credit - top


E)PSR standard - top

All codes are PSR 0 - PSR 4 Stanadard

Set error_reporting(E_ALL) is added. So there have no PHP error

Common security vulnerabilities is checked: SQL injection, XSS, CSRF.