3 describing files and folder and open cart framework

5
[email protected] :@rupaknpl : onlinegyannepal https://webocreation.com OpenCart Module Development Describing folders and files of OpenCart Namaste

Upload: self

Post on 21-Feb-2017

218 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: 3 Describing files and folder and open cart framework

[email protected] :@rupaknpl : onlinegyannepal

https://webocreation.com

OpenCart Module Development Describing folders and files of OpenCart

Namaste

Page 2: 3 Describing files and folder and open cart framework

What this video series coversMaking hello world module

Workflow or markup to make hello world module -- Installing a module -- Configuration of module -- Managing layout and position -- Uninstalling the moduleAdmin files created to make hello world module

-- Controller creation -- Language file creation -- Template file creation

Front end files created to make hello world

-- Controller creation -- Language file creation -- Template file creation

OpenCart Flow

• Introduction• Why OpenCart?• Features of OpenCart• Prerequisites• Downloading example code• Installing OpenCart -Steps to create custom URL to work locally• Describing folders and files of OpenCart• OpenCart Code flow• Request and Response in OpenCart• Database table schema• OpenCart Library Global Methods

Page 3: 3 Describing files and folder and open cart framework

Describing folders and files of OpenCart

Page 4: 3 Describing files and folder and open cart framework

OpenCart Directory• admin

• Controller• Language• Model• View

• Catalog• Controller• Language• Model• View

• Image• Cache• Catalog• flags

• install• System

• Config• Engine• Helper• Library• Storage

Page 5: 3 Describing files and folder and open cart framework