Re: [fw-general] Major headache trying to tweak or extend Zend_Cache

2007-06-09 Thread Fabien MARTY
Hi, I will review for 1.1.0 http://framework.zend.com/issues/browse/ZF-1524 Thanks 2007/6/8, Tony Ford [EMAIL PROTECTED]: Find attached a patch file for this. Thanks, Tony On 6/7/2007 1:07 PM, Tony Ford wrote: Zend_Cache seemed very elegant to me at first, until I tried to make a

Re: [fw-general] key prefix for Zend_Cache_Backend_APC

2007-06-09 Thread Fabien MARTY
Hi, something like this : http://framework.zend.com/issues/browse/ZF-1524 I will review it for 1.1.0 Regards 2007/6/3, Tomas Markauskas [EMAIL PROTECTED]: Hello, I thought that it might be nice to have a key prefix option for the APC backend (memached too?). If two applications were using

[fw-general] Directory / Controller / Router Issue

2007-06-09 Thread Jon
Hi Historically our applications have always had a 'frontend' (domain.org), and a 'backend' (domain.org/admin). Our clients are familiar to this methodology, so we must stick to it. The problem I'm having is how do set up a single bootstrap file to deal with both cases? I want to achieve this:

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-09 Thread Thomas Weidner
Reading through the issue you may have mentioned that I requested some detailed infos. Until now no one was able to give the detailed info and I was not able to reproduce it for now. Without the information the issue will stay opened until someone can give me details on reproduction. The OS

Re: [fw-general] reroute post requests

2007-06-09 Thread Martel Valgoerad
Bryce Lohr wrote: I'd second a feature request to add REQUEST_METHOD to the existing Router Route classes. I'll probably make this change you have proposed some time ago, Bryce. But I'm not sure now is a good time with 1.0 being just around the corner.

[fw-general] Many-to-many Relationship question

2007-06-09 Thread Jorisa
Hi, Suppose I've got 3 tables: Friends - id - name Food - id - name FoodXref - id - friend_id - food_id - status Now I want to fetch what food some friend likes or not, so I do $friend = $friendsFactory-fetchById(3); $foodlist = $friend-findManyToManyRowset('Food', 'FoodXref'); This

[fw-general] Directory / Controller / Router Issue

2007-06-09 Thread Jon
Hi Historically our applications have always had a 'frontend' (domain.org), and a 'backend' (domain.org/admin). Our clients are familiar to this methodology, so we must stick to it. The problem I'm having is how do set up a single bootstrap file to deal with both cases? I want to achieve this:

[fw-general] ZEND_FORM dead?

2007-06-09 Thread mike55
what happened to zend_form? in some earlier versions it was in incubator. but not anymore. better wait or get familiar with pear quick_form? thanx mike -- View this message in context: http://www.nabble.com/ZEND_FORM-dead--tf3894258s16154.html#a11040053 Sent from the Zend Framework mailing

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-09 Thread Antalóczy Tibor
Dear Andries, That essay was a little lengthy, but was worth reading. Since I have received my JIRA permissions to comment, I have added the detailes I could have come up with. Best regards, Tibor Andries Seutens írta: Dear Antalóczy Tibor, There is a great article: Simon Tatham's essay

Re: [fw-general] ZEND_FORM dead?

2007-06-09 Thread Martin Hujer
http://framework.zend.com/wiki/pages/viewpage.action?pageId=3596 Here is the Zend_Form proposal. I think, it isn't dead... mike55 wrote: what happened to zend_form? in some earlier versions it was in incubator. but not anymore. better wait or get familiar with pear quick_form? thanx

Re: [fw-general] pdf manual

2007-06-09 Thread vanne
and an update. http://www.nabble.com/file/p11041227/zf-1.0.0rc2.pdf zf-1.0.0rc2.pdf Marcelo Araujo wrote: Hello, Is there a pdf manual for the zend framework available at the official website? Regards, --Marcelo -- View this message in context:

RE: [fw-general] ZEND_FORM dead?

2007-06-09 Thread Andi Gutmans
Zend_Form will be one of our #1 priorities after 1.0 release. It's really the main thing that's missing but we decided that despite that, due to popular demand for a stable release, we will put all of our energy into the 1.0 and then work on it later. So you can expect us post 1.0 to aggregate the

Re: [fw-general] eaccelerator + ZF (xmlrpc)

2007-06-09 Thread Matthew Weier O'Phinney
-- till [EMAIL PROTECTED] wrote (on Friday, 08 June 2007, 01:54 PM +0200): anyone running eAccelerator with the ZendFramework? We were trying it this morning and as far as I can tell it worked except for the Xmlrpc Server we implemented. All of the sudden I got uncaught exceptions from

Re: [fw-general] setting uri in the request object

2007-06-09 Thread Matthew Weier O'Phinney
-- pat [EMAIL PROTECTED] wrote (on Friday, 08 June 2007, 08:12 PM -0500): Is there a way to set the uri for the request object? Basically what I want to do is: 1. create request object 2. set its uri 3. inject request object into controller 4. dispatch it 5. examine it in a

Re: [fw-general] viewRenderer unanswered questions

2007-06-09 Thread Matthew Weier O'Phinney
-- pat [EMAIL PROTECTED] wrote (on Friday, 08 June 2007, 08:05 PM -0500): There were several questions about the new viewRenderer, but I'm not sure if they were answered. 1. Did Kevin McArthur finish his Layout style renderer to allow nested templates? There's a proposal on the wiki

Re: [fw-general] eaccelerator + ZF (xmlrpc)

2007-06-09 Thread till
Hi, On 6/9/07, Matthew Weier O'Phinney [EMAIL PROTECTED] wrote: -- till [EMAIL PROTECTED] wrote (on Friday, 08 June 2007, 01:54 PM +0200): anyone running eAccelerator with the ZendFramework? We were trying it this morning and as far as I can tell it worked except for the Xmlrpc Server we

Re: [fw-general] viewRenderer unanswered questions

2007-06-09 Thread Kevin McArthur
There's a proposal on the wiki authored by Ralph Schindler. However, this, or any other component like it, will not be shipped by 1.0.0. Shipping 1.0 with the view renderer on and without some sort of simple two-step view, will cause the standardization of the header.tpl/footer.tpl

RE: [fw-general] ZEND_FORM dead?

2007-06-09 Thread Bill Karwin
I echo the statements of Andi and Matthew. A Form-handling solution is very important, but the implementation that existed in the incubator did not meet our project standards. There were no tests, no documentation, and there was no one working on it. So after discussing with Andi, I moved the

RE: [fw-general] Many-to-many Relationship question

2007-06-09 Thread Bill Karwin
Yes, in the current implementation of findManyToManyRowset(), none of the columns from the FoodXref table are returned. This is because a Zend_Db_Table_Rowset always contains columns from only one table. So you'll have to do the query another way, as you describe. Regards, Bill Karwin

[fw-general] The way i manage layout with ZF RC1 without any dev.

2007-06-09 Thread ltaupiac
First, i should present the way i manage a web page. I call component every part of page that could be contained in functional box. Then, header is a component, as there will be a footer component, a pub component, menu, invisible components as tags, etc.. My layout is just the minimum part of

Re: [fw-general] [Zend][Controller][Action] unsetParam() and some suggestions

2007-06-09 Thread Shekar C Reddy
Matthew, I notice, doing setParam( $key, null ) does not unset the parameter even with RC2 - does not even set it to null :( - $this-_setParam( $key, null ); - $this-_request-setParam( $key, null ); - $this-getRequest()-setParam( $key, null ); None of the above works!