Page 1 of 1

Prototyping before nuBuilder - AjaxCRUD

Posted: Sat Feb 27, 2021 5:44 pm
by apmuthu
A rough and ready easy to use prototyping application before full fledged nuBuilder design is AjaxCRUD.

Checkout an example.

AdMiner can substitute phpMyAdmin in nuBuilder's nudb for some basic users.

Re: Prototyping before nuBuilder - AjaxCRUD

Posted: Wed Mar 03, 2021 9:43 am
by kev1n
Can you explain a little bit why to make the detour via AjaxCRUD (extra effort) and
how Adminer is related to that topic?

Re: Prototyping before nuBuilder - AjaxCRUD

Posted: Fri Mar 05, 2021 6:13 pm
by apmuthu
AjaxCRUD is useful to hammer out relationships intuitively with very simple constructs purely in php as property settings.
When done, the look and feel can be hammered out in nuBuilder.
Also for normal CRUD operations on an existing DB to add / import data, not much by way of code is needed in AjaxCRUD.
Adminer is even easier for standard CRUD.

nuBuilder stands out in GUI styling and complex workflows that come later in the design process. The above iteration helps in encapsulating all nuSQLs needed for both reports, forms and lookups.