Hi all,
first of all greetz for the program, is very easy to use even for noobs as me and the results are very very beautiful.
Since, as I said, i'm a noob, I have an easy question:
Is there a quick and easy way to sort as I like the links to the table shown in the homepage of the project? Their order seems to me totally random, how can i manage it?
Thanks all
m.
Sorting the tables in the index.php page
Re: Sorting the tables in the index.php page
The order of table links in the homepage is the same as their order in your AppGini project. To change the order, you can select a table in AppGini and use the up and down arrows to re-order.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Sorting the tables in the index.php page
Wow, is it really so simple?
What a noob I am!
Tnx a.gneady
What a noob I am!


Tnx a.gneady

Re: Sorting the tables in the index.php page
Glad to help 


- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Sorting the tables in the index.php page
Hi a.gneady, since you are so gentle I'll ask you another question.
I saw in the video tutorials that it is possible to create new fields into tables, and to allow upload of files into them.
The fact that surprises me is that in the video the variable type remains varchar and it is not set as BLOB for example.
Why this?
How does appgini stores files into db?
Tnx
I saw in the video tutorials that it is possible to create new fields into tables, and to allow upload of files into them.
The fact that surprises me is that in the video the variable type remains varchar and it is not set as BLOB for example.
Why this?
How does appgini stores files into db?
Tnx
Re: Sorting the tables in the index.php page
Ok, no problem, i found the files in the main folder of the appgini application.
But i wonder... if I want to specify a specific folder for any user who upload files via the appgini application... is it possible?
But i wonder... if I want to specify a specific folder for any user who upload files via the appgini application... is it possible?
Re: Sorting the tables in the index.php page
(pardon, I meant the image folder)
Re: Sorting the tables in the index.php page
Yep, in the generated "defaultLang.php", find this line and change the path value:But i wonder... if I want to specify a specific folder for any user who upload files via the appgini application... is it possible?
Code: Select all
$Translation['ImageFolder'] = './images/';

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.