We are always ready to help you and answer your questions
Get in touch with us to discuss your project, ask a question, or explore how we can work together.
Our Location
Israel, Tel Aviv - 701239
Ha'masger. 42
Whoopix is a lightweight modular PHP-based system. It is NOT Laravel and not a heavy framework. It gives developers:
Structure separation:
Database → Modules → Templates → Final HTML
First, create a user account on the Whoopix website.
After registration, you either:
Required access:
• FTP
• MySQL Database
• phpMyAdmin
Connect via FTP and upload the full Whoopix file structure into your root directory (public_html).
/public_html
index.php
config.php
/modules
/templates
/assets
Then update database credentials inside config.php.
Open phpMyAdmin, create a new database, and import the Whoopix .sql file.
From this point forward, you fully manage content and templates via the database.
All design files are located inside:
/templates/
homepage.php
products.php
page.php
You can:
If you create a new template file, you must register it in the templates table in the database.
Whoopix does not abstract database control. You manage everything via phpMyAdmin.
Each module lives inside the /modules/ folder. Folder names are lowercase.
/modules/
products/
index.php
show.php
blog/
index.php
show.php
Rules:
Example:
products/index.php → listing
products/show.php → single product
1. User loads page 2. Module (index.php / show.php) runs 3. Module queries database 4. Data is passed to template 5. Template renders final HTML
Database stores data. Modules control logic. Templates control design.
Get in touch with us to discuss your project, ask a question, or explore how we can work together.
Israel, Tel Aviv - 701239
Ha'masger. 42