The “Development Environment” section is a built-in IDE for managing the code, design, and database of your online store.
The tool consists of 6 main tabs:
The primary workspace for working with the file structure directly on the server. Files in the tree are divided into 4 logical groups:
images
directory.index.php, .htaccess). They
handle GET/POST requests and invoke the
necessary modules.Template Groups (Themes) Inside groups (except root
scripts), you can create subdirectories — template groups (the
default group is used by default). This allows you to
switch designs while using the same PHP code for different visual
representations (desktop, mobile) or different languages.
Working in the code editor:
Ctrl + Enter — opens the list of Code Templates for
PHP.A built-in Chromium-based browser for instant visual testing of
changes. * Quick preview (Ctrl + E):
Pressing this shortcut in the code editor automatically saves all
modified files and immediately refreshes the page in the built-in
browser.
A tool for executing, debugging, and testing SQL queries against the store’s database.
Variable auto-replace feature: Allows you to copy SQL queries directly from PHP scripts without manually removing variables.
Example workflow: Your code contains the following query:
SELECT * FROM {DBNICK}_topic WHERE id = :ID{DBNICK} and
:ID).A summary of table status information (sizes, indexes) and other system analytics needed by the developer to monitor database performance.
The section you are currently reading. It contains built-in documentation on the Melbis Shop architecture, principles for working with code, templates, and the database.