Page 1 of 1

Nomenclature

Posted: Thu Apr 04, 2013 5:53 am
by rradunz
I am confused about the nomenclature I should use in different places to refer to database fields.
I read the hash variables section, but it is still not clear to me, so...

Can someone please explain with examples how to refer to a field "field1" in the various instances (form, object, etc.) on nuBuilder using each one of the 3 languages:

1- in a SQL statement, including those fields coming from the second table in a JOIN select
2- in a PHP statement
3- in a JavaScript statement

thanks in advance!
:D
RR

Re: Nomenclature

Posted: Sat Apr 06, 2013 5:40 pm
by massiws
Ronaldo,
from the wiki page:
The way nuBuilder uses hash variables is by replacing all valid hash variables with their values before the cusom code or SQL statement is run.
Depending on section where you put your code, you have some hash variables that you can use to set/get a specific value. Have a look at these pages http://wiki.nubuilder.com/tiki-index.ph ... ustom+Code: on eache page there is an example on how to use hash variables.

Hope this helps,
Max

Re: Nomenclature

Posted: Wed Apr 17, 2013 9:28 am
by admin
.