[fw-general] RE: [zf-contributors] Backporting ZF1 eventmanager - question about compat

2012-03-15 Thread Kevin Schroeder
I would go with Wil on this one. We specifically state that 5.2 is the minimum version and we shouldn’t introduce features that break that, IMHO. A minimum version is a minimum version. [cid:image001.gif@01C90CEE.018CE350]<http://www.zend.com/> Kevin Schroeder Technology Evangelis

RE: [fw-general] Unit testing ZF objects

2010-12-02 Thread Kevin Schroeder
estions. I started writing an email response, but it got too long and I didn't want to spam y'all since it's a little of topic. So I wrote a blog post. http://bit.ly/hfQiaO Kevin Schroeder Technology Evangelist Zend Technologies, Ltd. www.zend.com www.twitter.com/kpschrade www.eschrade.com

RE: [fw-general] Re: Autoload on Linux

2010-01-15 Thread Kevin Schroeder
Forms and models actually do need the rule too, but it has already been predefined in the resource autoloader. In order to have any class loader automatically do case-insensitive checking or automated checking of plurals, supporting several operating systems, would require a fair amount of addi

RE: [fw-general] Short Tags vs. Long Tags performance question

2008-12-18 Thread Kevin Schroeder
Just make sure you don't have any XML processing instructions embedded anywhere. Kevin -Original Message- From: Matthew Weier O'Phinney [mailto:matt...@zend.com] Sent: Thursday, December 18, 2008 8:41 AM To: fw-general@lists.zend.com Subject: Re: [fw-general] Short Tags vs. Long Tags per

RE: [fw-general] Speeding up Lucene

2008-03-19 Thread Kevin Schroeder
y and see if there's excessive code iteration in the request. Kevin Schroeder Technical Consultant Zend Technologies, Ltd. www.zend.com > -Original Message- > From: Eric Marden [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 3:53 PM > To: fw

RE: [fw-general] Speeding up Lucene

2008-03-19 Thread Kevin Schroeder
Do you have a lot of data in your index, essentially using the index as a database replacement? Kevin Schroeder Technical Consultant Zend Technologies, Ltd. www.zend.com > -Original Message- > From: Eric Marden [mailto:[EMAIL PROTECTED] > Sent: Wednesday,

RE: [fw-general] Passing array of values to db statement

2008-03-03 Thread Kevin Schroeder
Try $rows = $db->fetchAll( $sql, implode(', ', $id )); Kevin > -Original Message- > From: cayley [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2008 2:41 PM > To: fw-general@lists.zend.com > Subject: [fw-general] Passing array of values to db statement > > > I'm trying to do queri

RE: [fw-general] Caching of MVC and other ZF components

2008-02-20 Thread Kevin Schroeder
Cache is using to store that output when using the APC backend. If you are running APC, it will automatically cache the opcodes for any files you use, but that is completely separate from Zend Framework. Kevin Schroeder Technical Consultant Zend Technologies, Ltd. www.zend.com > -

RE: [fw-general] Class constants for config in ZF components

2008-02-07 Thread Kevin Schroeder
I'm wondering if we're disconnected a little on how it would be implemented. In your example after this you used Zend_Config::CONFIG_LIFETIME. In my example I used Zend_Cache_Core::CONFIG_LIFETIME which would equal "lifetime", the configuration option for that class. The "logging" configuration

RE: [fw-general] Class constants for config in ZF components

2008-02-07 Thread Kevin Schroeder
> > example, in Zend_Cache_Core we currently have: > > In the Zend_Form components, I followed this rule > > * Any set*() method is available as a config option and is normalized > to ucfirst(): > > setAction() => action or Action > setMethod() => method or Method >

[fw-general] Class constants for config in ZF components

2008-02-07 Thread Kevin Schroeder
Framework code to see what all the config options are. Instead, code completion would help them find the right setting. What do y'all think? It helps us document things better and it also makes life a lot easier for the developer. <http://www.zend.com> <http://www.zend.com/> <http://www.zend.com> Kevin Schroeder Technical Consultant Zend Technologies, Ltd. <http://www.zend.com> www.zend.com <>