Developer Guide

Following guide are made for developer purpose if any developer wants to customize the add-on according to their needs.

file-structure File Structure.

assets

Under this, five folders have been given, which are upload, js, images, fontawesome, css files in this file.

  • assets/upload Folder file contains all upload files.
  • assets/js Folder file contains all js files.
  • assets/images Folder file contains all images files.
  • assets/img Folder file contains all Screenshot images files.
  • assets/fontawesome Folder file contains all fontawesome files.
  • assets/css Folder file contains all css files.
config
  • config/config.php Additional configurations like the change username and password and other settings can be found in this configuration file.
database
  • database/mysql.sql A database is information that is set up for easy access, management and updating. databases typically store aggregations of data records or files that contain information.
documentation
  • documentation/.. Information is given in the documentation.
src

There are 2 folders inside it. Contains folders of frontend and folders of backends.

  • src/frontend In this you will get relative file from all frontend.
  • src/backend In this you will get relative file from all backend.
index

This will be your index.php file which will be set your default page

© Copyright-2016 DesignCollection.in. All rights reserved.