Problem This seems a bit wrong because there’s a lot of business logic going on inside the bootstrapper. Is there […]
Tag: zend-framework
Zend Bootstrap code review
Problem I’ve been working on putting a new app up against Zend. In my admin section, I want the nav […]
Zend form parameters – how to change after instanciated
Problem I have a form that I need to resubmit to the action if a checkbox is TRUE. This is […]
Use header application/x-download
Problem Zend framework 1. Physically, the file does not exist, it is created based on database. Okay so use header? […]
Multiple object instantiation prevention
Problem I have a class with a private variable used to store an object. I have a function that checks […]
Advice on Zend Framework 2 and Doctrine
Problem I’ve just started looking at Zend Framework 2 and Doctrine ORM, with a view to possibly using it in […]
Does my controller code look good?
Problem I read many times about controller code mustn’t be too complicated and so on. I was developing new features […]
Multiple object instantiation prevention
Problem I have a class with a private variable used to store an object. I have a function that checks […]