Re: [fw-general] Zend_Application Bootstrapping

2009-04-23 Thread Steve Reed
Matthew Weier O'Phinney-3 wrote: Zend_Tool generates a public/index.php file, an application/Bootstrap.php file, and an application/configs/application.ini file. public/index.php pulls in Zend_Application, and passes it the path to the configuration file, which indicates the include paths

Re: [fw-general] Zend_Application Bootstrapping

2009-04-23 Thread Steve Reed
Matthew Weier O'Phinney-3 wrote: -- Steve Reed imstevier...@hotmail.com wrote (on Thursday, 23 April 2009, 09:16 AM -0700): Matthew Weier O'Phinney-3 wrote: Zend_Tool generates a public/index.php file, an application/Bootstrap.php file, and an application/configs/application.ini

[fw-general] [Zend_Form] Associated Yes/No Radios and Details Textarea

2008-11-28 Thread Steve Reed
http://www.nabble.com/file/p20732321/form-element.png This is what I would like to achieve with Zend_Form and was looking for some suggestions on how best to implement it. Ideally it would be marked up like this: dt labelDid you find our site easy to use?/label /dt dd labelinput

[fw-general] [SVN] Latest stable release

2008-09-11 Thread Steve Reed
Hello Has the idea of a 'latest stable release' tag been discussed? Something like: release-1.5.3 release-1.6.0 release-1.6.0RC1 release-1.6.0RC2 release-1.6.0RC3 release-latest -- contains 1.6.0 at time of posting I can't offer up many reasons why it would be useful except that

Re: [fw-general] Global View Helpers

2008-08-29 Thread Steve Reed
Yep, in your bootstrap is the best place, however I recommend using addHelperPath over setHelperPath as the former will not clear any existing paths you have defined (Zend_View_Helper paths will not be cleared). My bootstrap view configuration looks something like this: $view = new