How can 开发者_开发问答I customize my form using Zend_Form_Decorator? And how can I add a paragraph inside the form? It is just so difficult to do some simple things using Zend_Form :(While it\'s not
I am trying to create a drop down for birthday. I want 3 different drop downs (1 for month, 1 for date, 1 for year). I understand how to do it separately, but I don\'t know what\'s the best way to com
I want to use a view script to render my zend form as it seems to be the best way to control the layout/design of the form while still using the Zend_Elements classes.
Thanks for previous replies I am doing encryption and decryption for my log in authentication. i used
I am new to this, zend decoration malarchy, but i have two significant questions that i cant get my head around. Question one is followed by some example
I have the problem, that the following Zend Form throws an error. The problem is the \"file\"-element and using setElementDecorators.
Thanks for previous replies I am execution \"select Name from table_name where id=1\"; . i saw some tutorials for getting data from the database, they mentioned $DB = new Zend_Db_Adapter_Pdo_Mysql($p
I\'m trying to add a custom validator to a field. It should take into account the value of another field. E.g. field A should be at most B+50%.
hi guys this error is rendered when i submit my form this error is File \'captured_photo\' exceeds the defined ini size
Thanks for previous replies H开发者_如何学Cow to connect mysql to zend framework. i created table in mysql. i used