This is NetBeans plugin for OpenCart.
enabled
option is unchecked as default. Please check it on Project Properties > Frameworks > OpenCart 2
It contains config.php and admin/config.php
system/cache is ignored with default. If you would like to avoid this, please, uncheck ignore system/cache directory
option.
$this->load->controller('[Ctrl + Space]');
$this->load->language('[Ctrl + Space]');
$this->load->model('[Ctrl + Space]');
$this->load->view('[Ctrl + Space]');
$this->document->addStyle('[Ctrl + Space]');
$this->document->addScript('[Ctrl + Space]');
This feature is available the followings:
$this->load->controller('');
$this->load->language('');
$this->load->model('');
$this->load->view('');
$this->document->addStyle('');
$this->document->addScript('');
You can move from view file to controller file.
Project Properties > Frameworks > OpenCart 2