|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to add array text element to quickform?
Is it possible to add array text element to quickform?
Aviously code below do not work but can it be done somehow? The problem is in -> "parent['foo']" $this->form->addElement('text', "parent['foo']" , 'parent', array('value'=>$id, 'size' => 50, 'maxlength' => 255)); |
|
#2
|
|||
|
|||
|
RE: Is it possible to add array text element to quickform?
Quote:
Answered on pear-forum.org ... Please ask only once. |
|
#3
|
|||
|
|||
|
RE: Is it possible to add array text element to quickform?
Thanks for the info.
I never send multiple messages in same forum site. |
|
#4
|
|||
|
|||
|
RE: RE: Is it possible to add array text element to quickform?
Quote:
But in multiple forums ... It's quite annoying if somebody replies to your question, while the question was already answered in another forum. |
|
#5
|
|||
|
|||
|
RE: RE: Is it possible to add array text element to quickform?
OK in case some one have same problem solution is:
Change "parent['foo']" to "parent[foo]" |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PEAR Packages > arra array element to quickform? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|