Developer Guide

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

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 dynamics images files uploaded.
  • assets/js Folder file contains all js files.
  • assets/images Folder file contains all images files.
  • assets/fontawesome Folder file contains all fontawesome files.
  • assets/css Folder file contains all css files.
database
  • database/.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.
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.