Hi all,
At the moment I'm learning fuel.
I'm testing and I need to do something similar:
3 select fields,
all loads the contents of a different database.
eg
Community, city, town.
database community: id, name
city ??database : id, name community_id
town database : id, name city_id.
And when you select an option selct field community.
The city field need to load the contents of the selected community towns. etc ...
and same with town select field.
What is the way to do this with fuelphp?
All content must be updated without reloading the page. (Using, AJAS or jquery etc ...)
I'm learning various frameworks.
This test will serve me to finally pick a single framework and work with it.
I hope someone can help me.
Thank you very much in advance