I have this problem, i create a form that will display select field
here's my code:
<?php
echo $this->Form->input('proveedore_id');
echo $this->Form->input('nombre_archivo');
echo $this->Form->input('token_separador');
echo $this->Form->input('Tabla Correspondiente', array('options' =>
$campos,'id'=>'choose', 'onChange'=>'prueba()'));
?>
<?php>
But i would like to know from my controller when an option is selected
to make query to my database, can someone help me?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to