Re: [fw-general] Plugin not found ONLY when unit testing

2011-09-05 Thread Gregory
This is in *myApp/application/configs/application.ini*: resources.view.helperPath.Helpers_View = library/helpers/view It's always better to use the full file path. Try LIBRARY_PATHhelpers/view instead. Otherwise what is you php include path for your CLI php.ini config? -- List:

Re: [fw-general] Re: Setting up Zend

2011-01-27 Thread Gregory Cheung
try typing the full path to zf.sh On 27/01/2011 23:36, Wil Moore III wrote: MG7282 wrote: I'm using a Linux shared server and cannot get the zf tool working. I get an error: zf: command not found even after creating the link. Any suggestions? Please provide your environment details and

Re: [fw-general] Re: Zend_Form and Custom Error Messages

2010-11-11 Thread Gregory
Doesn't element#addError suffice? Sent from my iPhone On Nov 10, 2010, at 5:54 PM, Hector Virgen djvir...@gmail.com wrote: After looking into this a bit further, I found that the errors decorator calls Zend_Form_Element#getMessages(), which simply returns the $_messagesarray.

Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Gregory
Are you using postgres? On Sep 15, 2010, at 9:47 AM, keith Pope mute.p...@googlemail.com wrote: Hi, Has anyone ever had any problems with Zend_Auth failing to store/serialize data that has ü etc in. I seem to be losing the auth session for all users with names containing utf-8

RE: [fw-general] Re: Hardcoded text inside Zend Framework : how to translate them?

2010-03-28 Thread Gregory Cheung
See: Zend_Validate_Abstract::setMessage($messageString, $messageKey = null) With the validator instance, $validator, you could use: $validator-setMessage('Your error message here', Zend_Validate_NotEmpty::IS_EMPTY) Regards, Greg -Original Message- From: electrotype

RE: [fw-general] Re: Echo a string containing the full php webpage - issue

2010-02-01 Thread Gregory Cheung
I'm not sure why you would even want to do that...The view is supposed to generate the html code and the code that generated the code you want to pass into eval() should be in a model. Implementing an application using the zend front controller pattern, only to call eval() on an existing php

Re: [fw-general] Zend Framework team reorganization

2009-04-15 Thread Gregory Eve
Thank you Will for all you have done. Welcome Zeev, in the bigger and bigger community of ZF. Good Luck Matthew, You are the best man for this position. I hope you will do a good job in the future. -- Grégory EVE Developer Engineer PlayBack Team Mimesis Republic 80, rue des Haies 75020 Paris

Re: [fw-general] Loading a config.ini file

2009-03-04 Thread Gregory Eve
Hi, you need to put your Zend_Config object in the Zend_Registry to access to it in your entire application. Grégory EVE developer engineer PlayBack Team Mimesis Republic 80, rue des Haies 75020 Paris

Re: [fw-general] Zend_Mail mime encoding

2007-02-26 Thread Gregory Szorc
I too have a need to send email that is not quoted printable. Extending Zend_Mail seems to be a hacky solution for something so simple. I created ZF-980 to track this issue. Gregory Szorc [EMAIL PROTECTED] On 2/13/07, Dillon Woods [EMAIL PROTECTED] wrote: In Zend_Mail the setBodyText

Re: [fw-general] RE: Zend_Db - setting PDO attribute

2007-02-21 Thread Gregory Szorc
to the PDO constructor in that function. Hacky solution, but the only way to do it until ZF-285 is resolved. Gregory Szorc [EMAIL PROTECTED] On 2/20/07, Sam Davey [EMAIL PROTECTED] wrote: Thanks Bill, I am running ZF 0.7 therefore I had to add the following line to the Zend/Db/Adapter/Abstract.php

Re: [fw-general] Zend Framework 0.8 / lifting code freeze

2007-02-21 Thread Gregory Szorc
Can somebody please make a SVN tag for the 0.8.0 release? Thanks in advance, Gregory Szorc [EMAIL PROTECTED] On 2/21/07, Bill Karwin [EMAIL PROTECTED] wrote: Hi everybody, I posted the binaries for Zend Framework 0.8.0 preview release. So the code-freeze is now lifted. We can start

Re: [fw-general] Any interest in a Zend_Portlet?

2006-09-22 Thread Gregory Szorc
don't know if I am in a position to answer that. Gregory Szorc[EMAIL PROTECTED]P.S. To the original poster, if you are looking for a quick and dirty portlet solution, I created a simple piece of portal software you may be interested in. Source code is at http://opensource.case.edu/svn/start/trunk