0
votes
3answers
19 views
Zend - refactoring to include a form globally on site
I currently have a search form in the search controller, so the only way I can get to it is through /search/. I have to refactor my code so that this search form appears not only i …
0
votes
2answers
13 views
Zend framework concurrency and ajax
I'm developing a web application with zend framework. It is an app for selling movie tickets. The app allows users to select a seat and then buy the ticket. (The problem is similar …
0
votes
1answer
12 views
Zend_Router , routing to indexController / forward when parameter provided
Hi,
is there any way to tell the Zend Framework Router:
" if www.domain.com/test " is called
forward to indexController -
forwardAction and recieve the parameter.
" if www.domai …
1
vote
1answer
12 views
Working example Zend_Rest_Controller with Zend_Rest_Client ?
Hi ,
iam trying to write an short Rest Service with Zend Framework. But the documentation is not the best at this Part.
I have an ApiController extended Zend_Rest_Controller with …
1
vote
4answers
50 views
Zend Framework - layout best practices for ‘includes’
I'm pretty new to Zend.. I'm just wondering how to model my site's layout/structure. My site will have an user profile section, admin section, and the generic the default view of t …
0
votes
1answer
12 views
Interactive Debugging and Breakpoints with Xdebug and the Zend Framework
I'm trying to get interactive debugging working with a Zend Framework application and Xdebug, using MacGDPp as the client debugger. I'm running to some problems setting breakpoint …
1
vote
1answer
36 views
Passing parameters using a Zend Framework redirect without appending to URL
In our application, we have certain scenarios where we'd like to perform a redirect and pass a long string to the next controller/action. I'm familiar with both of these:
$this-&g …
0
votes
2answers
29 views
What’s the Difference Between Extension and zend_extension in php.ini?
When I installed Xdebug through pecl, it added the following line to my php.ini file.
extension="xdebug.so"
and everything I used worked. Until today.
Today I was having troub …
0
votes
1answer
57 views
Zend Form Field Mapping To DB Columns
I have a Zend_Form
$form = new My_Form();
$uploadedData = $form->getValues();
Zend_Debug::dump($uploadedData, $form->name,true)
and when i dump the form values i get a str …
0
votes
3answers
457 views
using xCache with Zend optimizer together
Hello, i have installed xCache and Zend optimizer in same time and it gives me PHP Fatal error: [Zend Optimizer] Zend Optimizer 3.3.3 is incompatible with XCache 1.2.1 in Unknown …
2
votes
2answers
79 views
How can I access the configuration of a Zend Framework application from a controller?
I have a Zend Framework application based on the quick-start setup.
I've gotten the demos working and am now at the point of instantiating a new model class to do some real work. …
2
votes
1answer
70 views
What is the “right” Way to Provide a Zend Application With a Database Handler
Assuming you're hewing closely to the conventions of a ZendApplication, where should you be setting up a database handler for application developers to access?
I know how to setup …
0
votes
0answers
18 views
Zend Framework - multiplate navigation blocks
Hi
I want to use the navigation helper to build my navigation menus using Acl. The Acl part I have working fine.
I now want to be able to display a few different types of navigat …
0
votes
0answers
4 views
Working with Zend Framework FlashMessenger and jQuery UI state classes
I have a Zend Framework application that is making use of jQuery UI.
In my controllers, I am setting error/success messages with the FlashMessenger helper like this:
// ExampleCo …
2
votes
6answers
770 views
cakephp VS codeigniter VS zend framework
Very possibly very related:
What PHP framework would you choose for a new application and why?
Zend or CakePHP?
Which one is better?
Some people say CakePHP is better for …
