Page 1 of 1

Sorting the tables in the index.php page

Posted: 2014-04-18 13:07
by mb_ing
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.

Re: Sorting the tables in the index.php page

Posted: 2014-04-18 20:17
by a.gneady
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.

Re: Sorting the tables in the index.php page

Posted: 2014-04-22 06:59
by mb_ing
Wow, is it really so simple?
What a noob I am! :roll: :lol:

Tnx a.gneady ;)

Re: Sorting the tables in the index.php page

Posted: 2014-04-22 14:16
by a.gneady
Glad to help :)

Re: Sorting the tables in the index.php page

Posted: 2014-04-29 14:47
by mb_ing
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

Re: Sorting the tables in the index.php page

Posted: 2014-04-29 15:33
by mb_ing
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?

Re: Sorting the tables in the index.php page

Posted: 2014-04-30 08:38
by mb_ing
(pardon, I meant the image folder)

Re: Sorting the tables in the index.php page

Posted: 2014-04-30 22:17
by a.gneady
But i wonder... if I want to specify a specific folder for any user who upload files via the appgini application... is it possible?
Yep, in the generated "defaultLang.php", find this line and change the path value:

Code: Select all

$Translation['ImageFolder'] = './images/';