Hi,
I am using Zend Framework develop a project. So far, it is going good.
However, I have some questions wondering if anyone can help me:
1.view: $this->url() problem.
When use it on a page with other links which may have addition params at
the end of the url, the additional params will also
append to the out put of the $this->url().
2.how to decorate a form to allow html/dom element in between form element?
I have a well designed form with many table cell and heading text in it.
How do I achive, e.g.:
<tr><td>type:</td> <td>url:</td></tr>
<tr><td>Element_Label</td> <td>an object of
Zend_Form_Element_Text</td></tr>
3.add custom form decorator HtmlTag, when tags are br, hr ... empty tag, it
generate <br></br> and <hr></hr>.
4. CredentialTreatment('Password(?)') doesn't work.
5.how to set ZF so that the data send to utf-8 mysql database not resulted
in unrecognized text? I am not use $db->query, I do DB query mostly on the
Table level, it means, I almost always use save(), delete().