Re: [fw-general] Rendering Response when Unit Testing Controllers

2010-01-06 Thread Vladas Diržys
Iteresting only, why Zend_View_Stream doesn't converts short tags to long tags?... -- Regards, Vladas Diržys On Wed, Jan 6, 2010 at 21:32, bparise wrote: > > I feel like such a noob... > Thanks! > > > Vladas Diržys wrote: > > > > Maybe you have short_open_tag disabled? > > > > -- > > Regards,

[fw-general] default decorators and forms using config.ini

2010-01-06 Thread Mike Wright
Hi all, I have a set of forms created from config.ini files. How would I go about changing the default decorators in that instance? (I've been struggling with the dt/dd paradigm since I started using ZF). Any help, examples, or work-arounds would be greatly appreciated :) Thanks, Mike Wright

[fw-general] Zend Framework Online Documentation

2010-01-06 Thread mikaelkael
Hi, If you want to help us to test the future 1.10 release, you can find documentation in CHM and PDF format at http://www.mikaelkael.fr/Zend-Framework-1-10-x.html An HTML online version is available at http://mikaelkael.fr/doczf/1.10/en/ The API documentation is also available at http://www

[fw-general] Zend_Service_Prowl ready for review

2010-01-06 Thread cwt137
Hello, Zend_Service_Prowl is ready for review. Prowl is a service that allows users to send push notifications to the iPhone or iPod. http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_Prowl+-+Christopher+Thomas Your comments would be appreciated. Thanks in advance. Chris -- View this

Re: [fw-general] Rendering Response when Unit Testing Controllers

2010-01-06 Thread bparise
I feel like such a noob... Thanks! Vladas Diržys wrote: > > Maybe you have short_open_tag disabled? > > -- > Regards, > Vladas Diržys > > > On Wed, Jan 6, 2010 at 21:01, bparise wrote: > >> >> I have controller testing with PHPUnit setup, but the response is just >> rendering the PHP code(

[fw-general] Working with currencies

2010-01-06 Thread Thomas Weidner
Hy interested ones, today a new feature has been added to Zend Framework. We can now also calculate currencies. This does not only mean that you can add or multiply currency values, it does also mean that is can handle exchange rates from online services. When you are doing webshops or have t

Re: [fw-general] Rendering Response when Unit Testing Controllers

2010-01-06 Thread Vladas Diržys
Maybe you have short_open_tag disabled? -- Regards, Vladas Diržys On Wed, Jan 6, 2010 at 21:01, bparise wrote: > > I have controller testing with PHPUnit setup, but the response is just > rendering the PHP code(not actually rendering the views). > > class SiteControllerTest extends Zend_Test_

[fw-general] Rendering Response when Unit Testing Controllers

2010-01-06 Thread bparise
I have controller testing with PHPUnit setup, but the response is just rendering the PHP code(not actually rendering the views). request->setMethod('POST')->setPost(array('username' => 'test', 'password' => 'test')); $this->dispatch('/site/login'); // Always results in an error

Re: [fw-general] Faltal Error with Controller Action on ZF

2010-01-06 Thread Big Al
Okay, I've done some empirical measurements to try and narrow the problem down and it seems that I get this error after I save a change to the file! Very strange. I can refresh the /alex/playback page repeatedly and everything displays fine. I then go into Zend Studio and add a space to the fil

Re: [fw-general] Faltal Error with Controller Action on ZF

2010-01-06 Thread Daniel Latter
Sorry, I cant see anything obvious as theres not much going on in the controller like you said. If you comment out the Alex_Http_* statements and echo some text, do you still get the error? Dan 2010/1/6 Big Al : > > > It's also worth pointing out that this doesn't crash PHP or Apache.  I can

Re: [fw-general] Updated @copyright tag

2010-01-06 Thread BillKarwin
umpirsky wrote: > > How did you do that? :) > I took care of most of the files using the magic of "perl -pi" for editing a file in place: find bin demos library tests -name '*.php' | xargs perl -pi -e 's# \* \...@copyright .*# * \...@copyright Copyright (c) 2005-2010 Zend Technologies

Re: [fw-general] Faltal Error with Controller Action on ZF

2010-01-06 Thread Big Al
It's also worth pointing out that this doesn't crash PHP or Apache. I can still access other websites on the server that use PHP and they work fine. But if I go back to my Zend Framework site, refresh that page (or indeed go to any other page in the site) all I get is that error. It's like tha

Re: [fw-general] Faltal Error with Controller Action on ZF

2010-01-06 Thread Big Al
Daniel Latter wrote: > > Post your controller (bare essentials) it may help, even to rule it out, > > Thanks > Dan > Hi Dan, Here's the controller: class AlexController extends Zend_Controller_Action { public function recordAction() { $this->_helper->viewRenderer->setN

Re: [fw-general] Faltal Error with Controller Action on ZF

2010-01-06 Thread Daniel Latter
Post your controller (bare essentials) it may help, even to rule it out, Thanks Dan 2010/1/6 Big Al : > > > Jacques Marques wrote: >> >> When I change anything in my controller and try access it I receive this >> message: >> Fatal Error: Cannot override final method >> Zend_Controller_Action:

Re: [fw-general] Faltal Error with Controller Action on ZF

2010-01-06 Thread Big Al
Jacques Marques wrote: > > When I change anything in my controller and try access it I receive this > message: > Fatal Error: Cannot override final method > Zend_Controller_Action::_forward() ... > > I am using Zend Framework 1.9.5 with Zend Server on Linux. > I am getting the same error and

Re: [fw-general] Updated @copyright tag

2010-01-06 Thread Саша Стаменковић
How did you do that? :) Regards, Saša Stamenković On Wed, Jan 6, 2010 at 3:16 AM, BillKarwin wrote: > > I have updated the @copyright tag for 2010, across the whole ZF tree. > Revision 20096 resolves ZF-8718. > My apologies for the big commit, affecting nearly every file. Your next > svn > up

Re: [fw-general] Updated @copyright tag

2010-01-06 Thread Matthew Weier O'Phinney
-- BillKarwin wrote (on Tuesday, 05 January 2010, 06:16 PM -0800): > I have updated the @copyright tag for 2010, across the whole ZF tree. > Revision 20096 resolves ZF-8718. > My apologies for the big commit, affecting nearly every file. Your next svn > update will take a while. :-) > > I did

[fw-general] a Dojo tab container inherits forbidden attributes from the form

2010-01-06 Thread Guillaume ORIOL
Hi, The mailing list was not very active on monday... May be I will be more lucky today with the following question: Message original Sujet: a Dojo tab container inherits forbidden attributes from the form Date : Mon, 04 Jan 2010 13:22:27 +0100 De :Guillaume ORIOL Pour :