[fw-general] Tools going down for upgrade

2011-03-30 Thread Ralph Schindler
Over the next few hours, you will notice the Atlassian tools will be down. During this time, we'll be doing an upgrade and will alert you when the tools have been upgraded and are back online. Thanks! Ralph -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives

Re: [fw-general] Re: after submit form event

2011-03-30 Thread David Mintz
Quite interesting. I rolled my own jQuery plugin to do the same thing. It is crude, but FWIW here it is: http://davidmintz.org/code/ajaxFormPost.js One thing I like is that it handles tabbed forms created with jQuery UI. -- David Mintz http://davidmintz.org/ It ain't over:

[fw-general] the blank screen (no error information)

2011-03-30 Thread David Mintz
In my development environment I have my error_reporting up to E_STRICT and display_errors is ON: [development : production] resources.frontController.params.displayExceptions = 1 phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 phpSettings.error_log = APPLICATION_PATH

Re: [fw-general] the blank screen (no error information)

2011-03-30 Thread Iñigo Aldama
see the last comment in this page http://php.net/manual/en/errorfunc.configuration.php On Wed, 2011-03-30 at 12:35 -0400, David Mintz wrote: In my development environment I have my error_reporting up to E_STRICT and display_errors is ON: [development : production]

[fw-general] Re: Understanding where Zend_Layout meets Zend_View

2011-03-30 Thread Wil Moore III
gtracy wrote: $eventV = new Zend_View(); $eventV-setScriptPath('../app/views/scripts/'); $this-view-eventfeed = $eventV-render('event/index.phtml'); ... I'm glad you were able to find a way to make it work for you. gtracy wrote: In addition, there are controllers that respond via

Re: [fw-general] the blank screen (no error information)

2011-03-30 Thread David Mintz
2011/3/30 Iñigo Aldama txero...@gmail.com see the last comment in this page http://php.net/manual/en/errorfunc.configuration.php I was over there reading up earlier today (-: That doesn't help me because I already have display_errors set to On in my php.ini. The settings in application.ini

Re: [fw-general] the blank screen (no error information)

2011-03-30 Thread Matthew Weier O'Phinney
-- David Mintz da...@davidmintz.org wrote (on Wednesday, 30 March 2011, 03:41 PM -0400): 2011/3/30 Iñigo Aldama txero...@gmail.com see the last comment in this page http://php.net/manual/en/errorfunc.configuration.php I was over there reading up earlier today (-: That doesn't help me

Re: [fw-general] the blank screen (no error information)

2011-03-30 Thread David Mintz
On Wed, Mar 30, 2011 at 3:58 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- David Mintz da...@davidmintz.org wrote (on Wednesday, 30 March 2011, 03:41 PM -0400): 2011/3/30 Iñigo Aldama txero...@gmail.com see the last comment in this page

Re: [fw-general] the blank screen (no error information)

2011-03-30 Thread Matthew Weier O'Phinney
-- David Mintz da...@davidmintz.org wrote (on Wednesday, 30 March 2011, 04:53 PM -0400): On Wed, Mar 30, 2011 at 3:58 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- David Mintz da...@davidmintz.org wrote (on Wednesday, 30 March 2011, 03:41 PM -0400): 2011/3/30 Iñigo Aldama