Re: [fw-general] Zend_Validate_CreditCard and Authorize.Net's Sandbox API

2010-04-28 Thread Rob Riggen
DISCLAIMER: my advice is not necessarily relevant to Zend_Validate_CrediCard. There's a universal test CC num of - not sure if that is going to work in your case but technically that should validate... I think it is a visa, though... Rob On Wed, Apr 28, 2010 at 5:29 PM,

[fw-general] Need Zend_Form code for overseas addresses

2009-12-18 Thread Rob Riggen
Hi all, Does anyone have Zend_Form code ready-to-eat for non-US addresses? If so, would you be willing to share it? I would like to analyze how non-US addresses are handled (I don't have much experience with this). Thanks in advance. Rob

Re: [fw-general] ZF - Where to begin?

2009-11-25 Thread Rob Riggen
to an experience developer jumping in and getting work done. ZF seem more suited to academia than someone trying to run a business developing applications, IMHO. Rob Rob Riggen (802) 662-1069 r...@riggen.org On Wed, Nov 25, 2009 at 1:20 PM, swilhelm st...@studio831.com wrote: I want to second this post

Re: [fw-general] Best Approach for complex site code structure

2008-12-04 Thread Rob Riggen
to structure code for this type of site? Thanks in advance for your help. - Steve W. -- View this message in context: http://www.nabble.com/Best-Approach-for-complex-site-code-structure-tp20828590p20828590.html Sent from the Zend Framework mailing list archive at Nabble.com. Rob Riggen

Re: [fw-general] Zend_Db specify character set

2008-10-01 Thread Rob Riggen
adapter. Best regards Stefan *Von:* Bradley Holt [mailto:[EMAIL PROTECTED] *Gesendet:* Dienstag, 30. September 2008 23:04 *An:* Rob Riggen *Cc:* fw-general@lists.zend.com *Betreff:* Re: [fw-general] Zend_Db specify character set Hi Rob - I usually do this by issuing a 'SET NAMES

Re: [fw-general] Zend_Form: How to change positions of elements ?

2008-09-30 Thread Rob Riggen
$element1-setOrder(10); $element2-setOrder(30); $element3-setOrder(20); $element4-setOrder(40); should order the elements like this on the form: $element1 $element3 $element2 $element4 On Tue, Sep 30, 2008 at 9:39 AM, Nilesh Govindrajan [EMAIL PROTECTED]wrote: Hi, I am new to Zend

Re: [fw-general] Zend_Form: How to change positions of elements ?

2008-09-30 Thread Rob Riggen
: No, no I don't want it like this. I want it something like this - $element1 $element2 $element3 $element4 $element5 On Tue, Sep 30, 2008 at 7:38 PM, Rob Riggen [EMAIL PROTECTED] wrote: $element1-setOrder(10); $element2-setOrder(30); $element3-setOrder(20); $element4-setOrder(40

[fw-general] Zend_Db specify character set

2008-09-30 Thread Rob Riggen
Is there a way to force the character set on mysql db connections to UTF-8? Thanks, Rob *Robert Riggen* - Zend Certified Engineer *Big Yellow Technologies, LLC* Essex Junction, VT 05452 802.578.6719 [EMAIL PROTECTED]

Re: [fw-general] Zend_Db specify character set

2008-09-30 Thread Rob Riggen
, Sep 30, 2008 at 4:59 PM, Rob Riggen [EMAIL PROTECTED] wrote: Is there a way to force the character set on mysql db connections to UTF-8? Thanks, Rob *Robert Riggen* - Zend Certified Engineer *Big Yellow Technologies, LLC* Essex Junction, VT 05452 802.578.6719 [EMAIL PROTECTED