Skip to content

Instantly share code, notes, and snippets.

View VladimirWeblife's full-sized avatar

VladimirWeblife

View GitHub Profile
@VladimirWeblife
VladimirWeblife / gist:bc0d470a2a90e2442e732a11b9f75155
Created September 5, 2018 17:53
Standart opencart controller category
<?php
class ControllerProductCategory extends Controller {
public function index() {
$this->load->language('product/category');
$this->load->model('catalog/category');
$this->load->model('catalog/product');
$this->load->model('tool/image');