I got 2 different hostnames. One for the live system and one for the developer one: m.example1.com and m.subdomain1.subdomain2.example2.com. I defined a routing (see below) for one of the them using c
I\'m using ZF to build site. Currently I\'m building football forecasts module. Users can place their forecast for different matches and then they got points depending on result of match.
how can I put this Zend_Filter::setDefaultNamespaces(array(\'App_Filter\')); in the in开发者_StackOverflow中文版i file ?
I\'m attempting to dynamically create PDF documents on the server and send them to the client using the Zend_Pdf library. All text on the PDF needs to be center aligned to the page, which will be lett
I am working on a application using zend and I am using zend_mail to read the emails. I am able to get all the emails and parts of the email. The only issue I am having is if a user send a large attac
Were using jquery autocomplete in zend and setup our action like this public function ajaxautocompleteAction()
Hello guys I newbie question :) - I am currently using PHP/Zend and now I need to display a form and other content in one of my pages. I do not want the page to reload and I cant use a pop-up window s
I declare a publisher controller: class PublisherController extends Zend_Controller_Action { public function indexAction()
I have been using PHP/Zend for quite a while and now I need to start using AJAX to improve our overall user experience. I am currently working on being able to display a modal window (a box) in the mi
I have been using normal file upload element to upload files and validate them. But recently, I 开发者_运维知识库found out that implementing a Zend_file_tranfer gives much control over the file.