Hi there,
I'm starting with Xataface, it's a great tool.
1st question:
I have a feature database, with different sub-levels.
I'd like to use several linked valuelists to narrow down the possibilities.
I have around 700 different features to choose from, but each feature has 4 levels
So for example, when I select something in the first value list, I would like to dynamically update the second value list to narrow down possibilities, and so on until the fourth value list.
Can this be done easily using *.ini files, or do I have to use PHP/SQL code for this?
2nd question:
I very much like the looks of the fueldatabase. Can I get the sourcecode somewhere? I'd like to get the same looks and feel as this page for example, with possibility to choose the car class on the left, etc...:
http://fueleconomydb.com/index.php?-action=list&class=COMPACT+CARS&-sort=combined_mpg+desc
3rd question:
If I have to customize the PHP code, this has to be done in the index.php file at the root of each application? or separate file?
For example, based on value list selection I will do, I'd like to fill an HTML table corresponding to the selection I have done.
4th question:
Is it possible to embed different widgets? For example, I'd like to have a table of selects or checkboxes.