
In this #OpenCart tutorial we list out OpenCart Library Predefined Objects’ Methods which helps on module/extension development and coding.
Predefined objects’ methods are functionalities which are already defined and you can use it directly.
It prevents from DRY, which means Don't Repeat Yourself. Don’t write code unless you have to. Write code only what you need, if you missed these predefined objects’ methods then you may repeat codes.
You can find predefined objects’ methods at system/library
Predefined Objects provided by OpenCart are following
Cart
Currency
Customer
Length
Tax
User
Weight
Config
Cache
DB
Document
Encryption
Image
Language
Log
Openbay
Pagination
Request
Response
Session
Template
URL
All details and PPT at:
https://webocreation.com/blog/opencart- ... al-methods