The forms, reports, company data and PHP/JavaScript code get stored in a MySQL database and are queried dynamically.
It is designed for producing back-office applications that require a secure login before running reports or allowing the searching and editing of records. Developers also log in but with a higher access level that allows them to create forms, search pages and reports.
nuBuilder can be used to create complex applications like accounting systems or simple lists like customer phone numbers. Anything that a business might need for recording, processing and sharing information. It has been created with components like Permissions, Search Screens and Data Validation already a part of the core system.
Installation:
Install and configure Apache, PHP and MySQL, enabling PHP's MySQL extension and CURL extension if required.
PHP's magic quotes setting needs to be turned off, and the register_globals setting needs to be turned on.
Extract the contents of the nuBuilder tar gz into your web root. The nuBuilder
PHP files will be placed in a directory name nubuilder-[VERSION].
The nuBuilder `setup.php' script requires a database and a user with full on the database permissions for both the `sample', `sampledebtors', and `nuvideo' sites.
Navigate to the `setup.php' file in your web browser. This script will do some initial checks when it loads to make sure PHP is configured correctly for nuBuilder to operate.
Requirements:
· Apache
· PHP with cURL, GD2 and MySQL extensions
· MySQL