Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Documentation guidence

Questions related to using nuBuilder Forte.
Post Reply
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Documentation guidence

Unread post by treed »

As I'm delving farther into nuBuilder, I'm finding that there are php and java functions documented in older versions that are not in the documentation for Forte. Is this an indication that these functions are being depreciated and that they should be avoided?
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Documentation guidence

Unread post by kev1n »

Can you give an example?
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: Documentation guidence

Unread post by treed »

For myself and others who are making important development decisions, I'm looking for some general guidance.

https://wiki.nubuilder.cloud/index.php/PHP lists 23 functions
https://wiki.nubuilder.net/nubuilderv3/ ... _Functions lists 48 functions
steven
Posts: 370
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 53 times
Been thanked: 52 times

Re: Documentation guidence

Unread post by steven »

treed,

I would treat version 3 and 4 as completely different software.

The only thing exactly the same between the two is the way Report templates are stored as JSON.

Which means Reports created with 3 CAN be ported to 4.

4.5 Is the same as 4 but improved. That's what I'm using for my clients.


Steven
A short post is a good post.
apmuthu
Posts: 249
Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore

Re: Documentation guidence

Unread post by apmuthu »

For those still on v4, important fixes and backports are available in my v4 update repo. A normal v4 report could be nearly 2MB but with subsetting backport it will become just 10 KB.
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Documentation guidence

Unread post by kev1n »

treed wrote:Is this an indication that these functions are being depreciated and that they should be avoided?
Some functions documented under v.3 still exist under v.4. But they are not listed in the documentation because some of them are mainly used internally by nuBuilder.
E.g. db_is_auto_id()
Post Reply