Using Zend Framework I want to use an account name (:account) as the subdomain that will call the basket controller. When using getParams() for the index action it does display the :account parameter
I am using zend.Following is my piece of code in my Action ....... // create view object $html = new Zend_View();
I have a multiple check box in zend framework where I have to diaplay image in place of label. For example:
I recently lauched a zend framework project on a shared hosting. With much struggle, I got the first index page working, but pass it all the autoloadable classes like models, forms, mappers are not fo
I\'m writing a Backend System and I want to allow the users to change their email address. I\'ve written a custom validator to check if the email-address the user has entered already exists in my data
i have a Zend Form and i would like to use jquery to do some ajax posting. if ($this->getRequest()->isPost()) {
An easy question. I have a Zend_Form_Element_Radio element in my form with multioptions. I\'d like to remove an option in my controller.
i\'m a little stuck of how i should approach forms in my zend-application. Right now i\'m creating two separate forms for addAction() and editAction() for each object i need. My delete-formular is alw
开发者_开发知识库My boss wants the application we are currently working on to be split across several schemata in the database, because he wants multiple applications -- some of which I have no contro
To show a list of categories, I use the \'select\' 开发者_运维百科in a form. I insert the categories from the database.