Open Source Tool To Create Web-Based Back-Office Applications: nuBuilder
nuBuilder is an open source web application for quickly creating web-based back-ends.
It allows you to create forms for inserting-updating data & generates reports with that data.
The back-ends are created with PHP/JavaScript & the data is stored in a MySQL database.
nuBuilder can be used to create complex applications like accounting systems or simple lists like customer phone numbers.
It has built-in components like permissions, search screens & data validation that makes the development process faster.
The application can be expanded with modules & plugins.
nuBuilder is also a handy application for web developers who create a web-app & want to put it online as quickly as possible without spending time on building the back-end for it (at least for a while).
Website: http://www.nubuilder.com/
Demo: http://www.nubuilder.com/nubuilderwww/index.php?nav=...
Download: http://www.nubuilder.com/nubuilderwww/index.php?nav=...
- Tags:
Javascript Mysql Php
- Filed under: Database, GPL License, Goodies
- 2 Comments
















2 Responses for "Open Source Tool To Create Web-Based Back-Office Applications: nuBuilder"
This app needs register globals ON. Which is not considered a good practice.
From the PHP manual:
http://php.net/manual/en/security.globals.php
“This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.”
The dependency on register globals has now been removed from the nuBuilder code base, but it has not been release as at 2010/06/11.
The next release will not require that PHP feature to be enabled.