An open API service indexing awesome lists of open source software.

https://github.com/fluffynuts/php-cassel

N-Tier client-side cascading selects (import from my old phpclasses days)
https://github.com/fluffynuts/php-cassel

Last synced: 4 months ago
JSON representation

N-Tier client-side cascading selects (import from my old phpclasses days)

Awesome Lists containing this project

README

          

# php-cassel
N-Tier client-side cascading selects (import from my old phpclasses days)

Last updated 2005-07-22

Originally created some time around 2005, this was to solve the
common problem of cascading client <select> tags, eg, if a page
needed to have a selection of:

- country
- province
- city
- town

then this could be loaded up with the data required and
it would use Javascript at the client to narrow down select lists
as the user made higher-up selections. Not too exciting now, but
it made life much easier then.