Page 1 of 1

Using nubuilder php functions

Posted: Wed Oct 16, 2019 12:16 pm
by mariri
Hi guys !

I add a new php file into the project for a custom code and when I use the nuDebug or nuRunQuery functions inside the file, there are not recognized :|
How can I use the php functions (https://wiki.nubuilder.cloud/index.php/PHP) in a new php files created by myself ?

Thanks for ur help!

Re: Using nubuilder php functions

Posted: Wed Oct 16, 2019 1:31 pm
by kev1n
You could try to include nudatabase.php in your own php file by adding this line:

Code: Select all

require_once('nudatabase.php');

Re: Using nubuilder php functions

Posted: Mon Oct 21, 2019 2:18 pm
by mariri
Ok it works now. Thanks !

Re: Using nubuilder php functions

Posted: Fri Nov 01, 2019 6:15 am
by admin
.