two independent dropdowns with xml binded data - cakephp - best method?
Posted
by gudinne
on Stack Overflow
See other posts from Stack Overflow
or by gudinne
Published on 2010-05-19T01:13:10Z
Indexed on
2010/05/19
1:20 UTC
Read the original article
Hit count: 252
What's best method within cakephp site for-
- two dropdowns
- one listing cds, one listing artists
- on select of either cd or artist I need my additional text to appear below dropdowns
I have been searching through tutorials and manual - with no success. I am looking to learn by basic example - from form/view and controller.
latest try was something along this example to get dropdown [http://stackoverflow.com/questions/1450457/cakephp-make-select-dropdown]
© Stack Overflow or respective owner