Welcome to the nuBuilder Forums!

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

function $array=db_columns() missing

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Locked
Audioko
Posts: 14
Joined: Tue Feb 06, 2018 10:20 am
Location: Amsterdam, The Netherlands

function $array=db_columns() missing

Unread post by Audioko »

Hi,

In order to get more grip on customizing nBuilder I decided to study examples from the documentation.
It seems that db_columns() is not defined.
db_columns.jpg
php_error.jpg
The name does'nt show up in nucommon.js
search.jpg

Ko
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: function $array=db_columns() missing

Unread post by admin »

Ko,

db_columns() has been changed to db_field_names().

I have now updated the Wiki.

https://wiki.nubuilder.cloud/ ... ield_names


Steven
Audioko
Posts: 14
Joined: Tue Feb 06, 2018 10:20 am
Location: Amsterdam, The Netherlands

Re: function $array=db_columns() missing

Unread post by Audioko »

Steven,
Thanks,
Ko
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: function $array=db_columns() missing

Unread post by admin »

.
Locked