On Mon, Feb 2, 2009 at 11:13 PM, PHPScriptor <[email protected]> wrote:
>
> What I know is that there is no caching of the views in Zend (and certaintly
> not default)...
> If there is caching you should have a directory "cache" or something in your
> directory structure. Try also to make you apache/php cache empty...
> Seems something very string 'cause I tested it and it was working...
>
> try in another form to replace some fields...
>
> give us the code from your controller where you make the form and the
> view...
Just now I figured out my blunder mistake. The mistake was in this part
=========
//add the created form elements in this form
$this->addElements(array($title, $location, $mycaptcha, $submit));
=========
I was trying to change the order of elements above this code however
the order in which form put together those elements is still same when
it encounters this line.
Tried changing the order here and it worked fine.
This one almost got me :-)
Anyway thanks for your valuable time
Good day!
--
=======================
Registered Linux User #460714
Currently Using Fedora 8, 10
=======================