Re: [fw-general] Zend Grid Proposal??

2008-12-06 Thread rvdavid
Hi Matthew, Matthew Weier O'Phinney-3 wrote: > > > That said, grids are trivial to accomplish with Dojo, particularly when > using Zend_Dojo_Data to seed the grid. > > -- > Matthew Weier O'Phinney > Software Architect | [EMAIL PROTECTED] > Zend Framework | http://framework.z

[fw-general] Zend Form Remove or Unset Attribute

2008-12-06 Thread edub
Hi All, I feel like I'm taking crazy pills here - spending way too much time trying to figure out this (probably quite simple) problem that I'm encountering. I have created a class which extends Zend_Form. It looks like this: class UserForm extends Zend_Form{ protected $_purposeCodes = array

Re: [fw-general] logging offending queries

2008-12-06 Thread Ralikwen
I still don't know how to log all statements sent to the db (regardless if they pass or fail) but you are right about the exception and that is what I really need now. So far I couldn't get the whole offending sql statement because I was using exception->getTraceAsString() ?> to write out the e

[fw-general] Controller To Controller "Forwarding"

2008-12-06 Thread MrBrightside
Hi, I have a user controller in my site which handles all actions a user can perform e.g: login activation forgot password etc However, my registration process is quite long and I was wondering if I should split this into another controller of it's own. I'm not sure if that's the best solution,

Re: [fw-general] Controller To Controller "Forwarding"

2008-12-06 Thread Tim Nagel
See multi page forms on this manual page: http://framework.zend.com/manual/en/zend.form.advanced.html T On Sat, Dec 6, 2008 at 22:08, MrBrightside <[EMAIL PROTECTED]>wrote: > > Hi, > > I have a user controller in my site which handles all actions a user can > perform e.g: > login > activation >