Files from my internal library?

Hello,

Where can I find the files generated from my internal library? PHP file? I just want to upload this file to my production server.

In the _lib folder? And then?

Thanks

You have to deploy the applications selecting common libraries and common files check boxes.

This will copy a folder called _lib with everything needed to upload to the production server.

You must configure the connection to the DB on your server.

Luck.

Ok I know, but If I change just one line in my library and don’t want upload all files, how to go about it?

Thanks

Internal libraries are automatically added when you compile the apps which uses them. So, if you change something in an internal libray, just recompile the app which uses it and it’s done.

1 Like

Excellent ! Good news :wink:

Thanks