Backup & Install
Backup feature giving you ability to package you module into zip installer . Zip installer will contain files and folder with following structure
- Controller.php
- Model.php
- view/modules/index.blade.php
- view/modules/form.blade.php
- view/modules/inlineview.blade.php
- view/modules/view.blade.php
Install : with Install feature , you can put back your backuped modules
This feature will usable for migration / upgrade version
Backup Current module(s)
GO to : Control Panel >> Code Builder
Step 1
Select desire module to backup
Step 2
Submit Backup Button
Step 3
Give name for your backuped module
Parameter | Description | Example |
---|---|---|
Application Title | This is title of your page | Inventory , HRD System |
SQL Statement | This should be containt mysql syntac begining Create and Insert . system only backup files and folder from module selected , but backup doesnt include database schema , so u need to do this manualy | |
Upload SQL Statement Fil | Or you can just upload files contain database schema and rows | mybackup.sql |
 }})
SQL Statment and Upload file SQL is not mandatory
, without filling both input , you can still do backup / zip module
Create Backup SQL statment
you can do this step using Export tool from phpmyadmin or other DB tools , simple just select tables and do export ( as text or as files )
As text files
copy and paste into SQL statment textarea , and leave SQL statment file blank
As SQL files
if you using this methode , then leave SQL statment textarea blank , and upload SQL statment file
Save it
Zip Modules / Backup Directories
All module zipped are stored at uploads/zip
folder , you can download them.