
Admin Controller file to make hello world module - OpenCart Module Development
OpenCart identifies existing modules automatically, simply by reading the admin/controller/extension/module folder. Any modules existing in this folder will automatically be shown on the Modules listing page, and on the User Permissions page. Let's start to create our hello world module by creating the file at the admin/controller/extension/module and named it helloworld.php. Then follow the following steps: [...]