Re: [fw-general] Zend_Translate DB support

2008-06-06 Thread Thomas Weidner
Simon, To give you some background: The sql adapter will be based on the Zend_Db classes. It will support dynamical tables. Actually most implementations I've seen are fixed to a structure like orig - translation or can only be configured in a fixed config file. The sql adapter will be

Re: [fw-general] Best practice for validation

2008-06-06 Thread Laurent Melmoux
Hi Ralf, Ralf Eggert a écrit : Hi Matthew, Matthew Weier O'Phinney schrieb am 05.06.2008 12:24: Let's extend this idea a bit: attach the form object to your model. Interesting idea! I definitely will have to think about this in depth. At the moment I saved the validator and filter

[fw-general] Re[fw-general] using Zend_Form

2008-06-06 Thread Rohit83
Hi All, I have developed one form lets say for adding location for User and For Club. For that i have developed one form named location and i want to use that form everywhere when i am adding location. Anybody Please help me,how i can reuse that form thanks in advance, Rohit -- View this

Re: [fw-general] Exploding Data Centers

2008-06-06 Thread Steven
Aye, I worked for an organization that used ThePlanet several years ago. Ended up moving all our business to another host because of the many problems plaguing ThePlanet. I guess they still haven't made any improvements. Terre Porter wrote: Well that explains why the URL injection attacks

Re: [fw-general] [Zend_Form] Custom aggregate element

2008-06-06 Thread Laurent Melmoux
Hi Jean-Marc, Jean-Marc Fontaine a écrit : The problem is that the Zend_Form_Element is built to handle only on value and more generally Zend_Form currently does not seem to be able to handle what I want to build. What I want is not an element that aggregates other elements but handle one

Re: [fw-general] [Zend_Form] Custom aggregate element

2008-06-06 Thread Jean-Marc Fontaine
Hello Laurent, I have no working solution but what I had in mind is : instantiate a aggregator, register form elements with him. Each element can be accessed though the aggregator. The aggregator implements some methods to proxy the elements methods such as isValid(). For example, the isValid()

[fw-general] Re: Re[fw-general] using Zend_Form

2008-06-06 Thread Rohit83
Thanks for the reply, When i wrote ?php $this-companyInformationForm ? i can access the default functionalities of the Zend_Form. Now i want to use individual element of the form like h2Company Information/h2 ?php echo $this-companyInformationForm-companyname ;? h2Your Information/h2 ?php echo

[fw-general] Example of Decorator use in XML format?

2008-06-06 Thread Jonathan
Can someone give me a quick run down on how to access the decorators using XML? For example, I have 3 fields that are for tire tread depth tread_inside tread_middle tread_outside I want them to to be wrapped by an unordered list, but also with a class of formInline so I can have them

FW: [fw-general] Exploding Data Centers

2008-06-06 Thread Scott Lively
Steven, We were hit by The Planet recently too. May I ask what host you moved to? Thanks, Scott -Original Message- From: Steven [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 3:42 AM Cc: 'Zend Framework General' Subject: Re: [fw-general] Exploding Data Centers Aye, I worked

Re: [fw-general] Exploding Data Centers

2008-06-06 Thread Bradley Holt
Steven, I had noticed the quality seeming to decline as well. However, this particular incident looks like it was really just bad luck. I would be careful about blaming ThePlanet before there's more info about exactly what caused the incident and what they could have done (if anything) to prevent

[fw-general] customize Zend_Validate

2008-06-06 Thread Tamer Higazi
Hi! I have a problem with Zend_Validate. How do I customize filters according to my needs. for example, I have a form field that should accept only Alpha but also: - spaces between words - and the - character for people who have double names. Now I am not getting smart. Has anybody of you

Re: [fw-general] Exploding Data Centers

2008-06-06 Thread Cristian Bichis
The Planet are well known as been a very bad DC... They were good now couple of years but now are low quality... Try to avoid them as much as you can... Bad luck doesn't exist too much on this industry, a DC should be like a good clock, things should work properly as much as possible...

Re: [fw-general] customize Zend_Validate

2008-06-06 Thread Pádraic Brady
I suggest looking up Zend_Validate_Regex where you can set a specific regular expression. Looks like just the one you need :). Paddy Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com OpenID Europe Foundation Member-Subscriber - Original Message From: Tamer

RE: [fw-general] Exploding Data Centers

2008-06-06 Thread Terre Porter
I've had good experiences with http://fluiddata.com/ and http://www.rackspace.com Terre _ From: Scott Lively [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 1:29 PM To: fw-general@lists.zend.com Subject: RE: [fw-general] Exploding Data Centers We were subject to the data

[fw-general] Another XML form question...

2008-06-06 Thread Jonathan
How would I disable an element if there is a default value that comes out of the database. In other words, if there is a value from the record in the database, they should not be able to edit it, but if there is not a value, they should be able to edit it. Thanks.

RE: [fw-general] Exploding Data Centers

2008-06-06 Thread Wil Sinclair
Zend has moved almost all of its servers (with plans to move the rest) from EV1 to Jupiter. AFAIK, our experience with Jupiter has been good so far. We've had no hitches with the framework servers. ,Wil From: Scott Lively [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 10:29 AM To:

Re: [fw-general] customize Zend_Validate

2008-06-06 Thread Matthew Ratzloff
To answer your question, however: http://framework.zend.com/manual/en/zend.validate.writing_validators.html -Matt On Fri, Jun 6, 2008 at 9:39 AM, Pádraic Brady [EMAIL PROTECTED] wrote: I suggest looking up Zend_Validate_Regex where you can set a specific regular expression. Looks like just

[fw-general] Zend_Feed: Accessing data between the tags

2008-06-06 Thread wouter
Sorry for the strange subject title, I just didnt know how to explain this in normal english ^_^ I use zend_feed to parse rss feeds, and some of them have tags that do not consist of opening/closing pair tags, but just one tag, with inside the info i need, for example: enclosure