Sorting the tables in the index.php page

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
mb_ing
Posts: 6
Joined: 2014-04-18 13:00

Sorting the tables in the index.php page

Post by mb_ing » 2014-04-18 13:07

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.

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: Sorting the tables in the index.php page

Post by a.gneady » 2014-04-18 20:17

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.
:idea: AppGini plugins to add more power to your apps:

mb_ing
Posts: 6
Joined: 2014-04-18 13:00

Re: Sorting the tables in the index.php page

Post by mb_ing » 2014-04-22 06:59

Wow, is it really so simple?
What a noob I am! :roll: :lol:

Tnx a.gneady ;)

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: Sorting the tables in the index.php page

Post by a.gneady » 2014-04-22 14:16

Glad to help :)
:idea: AppGini plugins to add more power to your apps:

mb_ing
Posts: 6
Joined: 2014-04-18 13:00

Re: Sorting the tables in the index.php page

Post by mb_ing » 2014-04-29 14:47

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

mb_ing
Posts: 6
Joined: 2014-04-18 13:00

Re: Sorting the tables in the index.php page

Post by mb_ing » 2014-04-29 15:33

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?

mb_ing
Posts: 6
Joined: 2014-04-18 13:00

Re: Sorting the tables in the index.php page

Post by mb_ing » 2014-04-30 08:38

(pardon, I meant the image folder)

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: Sorting the tables in the index.php page

Post by a.gneady » 2014-04-30 22:17

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/';
:idea: AppGini plugins to add more power to your apps:

Post Reply