^new^ — Appgini Professional 46
AppGini is a rapid application development (RAD) tool used to create web-based database applications without writing code. AppGini Professional 4.6 is a specific legacy version from roughly 2011–2012, which established the core features still used in the software today.
While newer versions like 26.12 have since been released with features like two-factor authentication (2FA) and multi-lingual support, the 4.6 edition remains a stable choice for users of older PHP/MySQL environments. Core Features of the Professional Edition appgini professional 46
The "Professional" designation distinguishes it from the free trial, which limits users to four tables. AppGini Showcase - AppGini Community Forums AppGini is a rapid application development (RAD) tool
2. Advanced Security Middleware
Security has been a major focus in 4.6. The new release includes: a "Manager" can see salary fields
- Prepared Statements Everywhere: Generated SQL queries now use prepared statements by default, drastically reducing the risk of SQL injection attacks.
- CSRF Protection: Built-in Cross-Site Request Forgery tokens protect every form submission.
- Granular Field-Level Permissions: In the Professional edition, you can now define per-field read/write permissions based on user groups. For example, a "Manager" can see salary fields, while a "Staff" member cannot.
12. Deployment
- Export project: Project → Export (generate PHP app).
- Copy exported files to production server (via FTP/SFTP).
- Create a MySQL database; import generated SQL (if provided) or let installer create tables.
- Configure config.php with DB credentials and base URL.
- Set correct file permissions for uploads and config files.
- Test authentication and sample workflows.
The Non-Profit Volunteer Portal
A food bank uses AppGini Professional 4.6 to manage volunteer shifts. The multi-tenant feature allows different distribution centers to see only their own volunteers. The built-in calendar view (enhanced in 4.6) displays weekly shifts, and the CSV export sends weekly reports to the grant committee.