Re: [fw-general] Strange problem while batch indexing documents into Zend Lucene

2008-02-08 Thread jay c
Thanks for the reply. I will take a look at the API and see if I can find something of that sort. You are probably right about me going about the indexing all wrong. In fact that would make the most sense to me. I would love to see examples of how other people have successfully indexed hundreds of

Re: [fw-general] Strange problem while batch indexing documents into Zend Lucene

2008-02-08 Thread Michael B Allen
I don't know spit about Zend_Lucene but I'm going to make some bold statements and wild guesses. Here goes ... Just from looking at the point of failure in your stack trace it's clear that it's waiting for an index to be generated. Which is to suggest that perhaps Zend_Lucene is spawning something

[fw-general] Strange problem while batch indexing documents into Zend Lucene

2008-02-08 Thread jay c
I have a mysql table consisting of about 500K rows which is about 300MB in size, that I've been trying to index into Zend Lucene. It worked perfectly fine when adding small batches at a time, but if I tried to index more than 2000 at a time, the script would do strange things after indexing around

Re: [fw-general] Zend_Form - Zend_Form_Element_Multiselect using ini file...

2008-02-08 Thread Matthew Weier O'Phinney
-- Peter Atkins <[EMAIL PROTECTED]> wrote (on Friday, 08 February 2008, 01:22 PM -0800): > How do I set my options for my select in my ini file? In the second example > it makes sense but I could not find any examples for ini files. > > My usage example: > > ccard.form.elements.card_xmonth.type =

Re: [fw-general] Zend_Form - Zend_Form_Element_Multiselect using ini file...

2008-02-08 Thread Peter Atkins
Okay never mind I figured it out. ccard.form.elements.card_xmonth.options.multiOptions.ca = "CA" ccard.form.elements.card_xmonth.options.multiOptions.ct = "CT" On Feb 8, 2008, at 1:22 PM, Peter Atkins wrote: All, How do I set my options for my select in my ini file? In the second exam

[fw-general] Zend_Form - Zend_Form_Element_Multiselect using ini file...

2008-02-08 Thread Peter Atkins
All, How do I set my options for my select in my ini file? In the second example it makes sense but I could not find any examples for ini files. My usage example: ccard.form.elements.card_xmonth.type = "multiselect" ccard.form.elements.card_xmonth.options.label = "Expiration Month: " ccard.f

Re: [fw-general] Proporsal under review?

2008-02-08 Thread Thomas Weidner
Hy Aldemar, Your two proposals are happily coupled with 27 others which are waiting to get reviewed... they are not lonly :D But my two have only one cousine and are waiting to get approved. :o Myself was also already affected by others because Zend_File_Transfer has not moved on. But as Mett

[fw-general] Zend_Form creation, reuse and layout

2008-02-08 Thread Peter Atkins
All, We have now started working with Zend_Forms and have a few questions. 1) How could we have multiple forms added on one page but each live in a separate config file? We reuse the billing form through the site depending on users actions. So we want one form config that we can reuse but

Re: [fw-general] Proporsal under review?

2008-02-08 Thread Aldemar Bernal
Good to hear that, my two proporsals: a.. Zend_Acl & MVC Integration - Aldemar Bernal a.. Zend_Acl dynamic loading - Aldemar Bernal were feeling quite lonely =P Aldemar PS: I said nothing has move to 'Proporsals under review' in months, not nothing has happened in months =P , I know you've be

Re: [fw-general] Proporsal under review?

2008-02-08 Thread Matthew Weier O'Phinney
-- Aldemar Bernal <[EMAIL PROTECTED]> wrote (on Friday, 08 February 2008, 12:04 PM -0500): > anyonw knows what's going on with zf proporsals? nothing has move to > -Proporsal Under Review- in months. We *are* aware of the lack of movement. :-) However, your statement that nothing has happened in

[fw-general] Proporsal under review?

2008-02-08 Thread Aldemar Bernal
Hi, anyonw knows what's going on with zf proporsals? nothing has move to -Proporsal Under Review- in months. Aldemar

[fw-general] Announcement: New core component

2008-02-08 Thread Thomas Weidner
Dear Community, I am pleased to announce that the translation view helper Zend_View_Helper_Translate has approved for core. So we now have an official way for translation within the View and Form components. See the documentation for proper usage and have fun with it... Greetings Thomas Weid

Re: [fw-general] Filtering inputs

2008-02-08 Thread Darby Felton
Hi Łukasz, You're not doing anything wrong that I can see. :) This behavior of Zend_Filter_Input is a side effect of Zend_Loader no longer throwing an exception when Z_F_I had been expecting it to do so. Simon Mundy has a nice solution for this that lives in the incubator at the moment: http://

[fw-general] Filtering inputs

2008-02-08 Thread Łukasz Wojciechowski
I'm doing such thing: http://pastebin.com/m11af8f6f and it generates load of warnings, here are examples (there are 16 warning in total): Warning: Zend_Loader::include_once(Zend\Filter\Between.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in C:\xamppli

[fw-general] Zend_CheckDigit ready for community review

2008-02-08 Thread Steven Brown
Hi all, This component will include Luhn (MOD10) and Verhoeff to begin with, and possibly some more. http://framework.zend.com/wiki/display/ZFPROP/Zend_CheckDigit+Proposal+-+Ste ven+Brown I imagine this could be implemented pretty quickly, so let me know if you have any questions/commen

Re: [fw-general] Using include_once

2008-02-08 Thread Mauricio Cuenca
Thanks Philip, I'll follow your advice, meanwhile I had to put the include files into the bootstrap file. If I place them in the controller files, they fail. For now, my problem is solved. Philip G wrote: > > On Feb 7, 2008 11:51 AM, till <[EMAIL PROTECTED]> wrote: >> >> If you have no acces