Re: [fw-general] New ZF site home page broken under Firefox/Debian

2008-03-17 Thread Mark Maynereid
Hi, again. Yes although it renders on my own system now. I notice a good 3 seconds or so delay between sliding the mouse across the drop-down menus and the drop down menus themselves updating. It's almost feels "sticky". Maybe it's just my computer being too slow but I would have thought not fo

Re: [fw-general] New ZF site home page broken under Firefox/Debian

2008-03-17 Thread Mark Maynereid
Wow! Yep that seems to have fixed the main home page. Blimey! Going by the size of "ZF" you guys are also meeting accessibility standards :D I don't need my glasses anymore... Looks impressive anyway. On Tuesday 18 March 2008 03:15, Ralph Schindler wrote: > Try holding down shift when you reload

RE: [fw-general] New ZF site home page broken under Firefox/Debian

2008-03-17 Thread Steven Brown
Yes I had issues on Firefox 2.0.0.12/Windows and had to refresh -Original Message- From: Ralph Schindler [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 March 2008 1:15 PM To: Mark Maynereid Cc: fw-general@lists.zend.com Subject: Re: [fw-general] New ZF site home page broken under Firefox/Deb

Re: [fw-general] New ZF site home page broken under Firefox/Debian

2008-03-17 Thread Ralph Schindler
Try holding down shift when you reload. It looks like the old stylesheet is loading perhaps? Let me know, -ralph Mark Maynereid wrote: Hi, The new ZF site's home page looks broken under Firefox 2.0.0.12 on Debian's stable 'etch' release. I have attached a screenshot. It also fails to vali

Re: [fw-general] New ZF site home page broken under Firefox/Debian

2008-03-17 Thread Karl Katzke
Also busted at the moment on OSX in Firefox 2.0.0.12. This may be due to the Zend team messin' with it at the mo' -- it worked earlier today. -K On Mon, Mar 17, 2008 at 9:55 PM, Mark Maynereid <[EMAIL PROTECTED]> wrote: > Hi, > > The new ZF site's home page looks broken under Firefox 2.0.0.12 o

Re: [fw-general] Normalizing action function names

2008-03-17 Thread Amr Mostafa
It's in docs, but unfortunately not very obvious. There you go: http://framework.zend.com/manual/en/zend.controller.migration.html#zend.controller.migration.fromoneohtoonefive Hope that helps.. Cheers, On Mon, Mar 17, 2008 at 11:44 PM, Hoopes <[EMAIL PROTECTED]> wrote: > > First off, congratula

Re: [fw-general] And a big thanks to Varien for the new site design!

2008-03-17 Thread Amr Mostafa
Thanks for making us look like rock stars, Varien! ;-) On Mon, Mar 17, 2008 at 9:28 PM, Wil Sinclair <[EMAIL PROTECTED]> wrote: > . . .and that's what I wish I would have remembered to say in the 1.5 > announcement. :/ Seriously, they did an excellent job on the design; we > asked them to take th

Re: [fw-general] Zend_Form_Element_Select

2008-03-17 Thread Amr Mostafa
On Tue, Mar 18, 2008 at 12:47 AM, ultimatenm <[EMAIL PROTECTED]> wrote: > I have the following code to create a select form element: > > $vFrmStatusOptions = array( >'Select' => array( >'1' => 'Active', >'2

AW: [fw-general] Normalizing action function names

2008-03-17 Thread Daniel Freudenberger
Hello, we already had the same question a while ago in the mailing list. Assuming you have a controller named IndexController with a action called doSomthingHelpfulAction you have to access http://host/index/do-something-helpful/ to get the desired result. The request to the uri /index/so-somethi

[fw-general] Zend_Form_Element_Select

2008-03-17 Thread ultimatenm
I have the following code to create a select form element: $vFrmStatusOptions = array( 'Select' => array( '1' => 'Active', '2' => 'Inactive', '3' => 'Locked'

Re: [fw-general] Can't file a bug; JIRA errors out

2008-03-17 Thread Simon Mundy
Hi Wil If it's any help, I get the same problem with my account. After the issue POST action I get the error. If I navigate back to the issue by using the URL then all's fine. You can use my account to login if you like to see the problem - I noticed that Darby wasn't seeing this issue, s

Re: [fw-general] 1.5 and Ajax Forms

2008-03-17 Thread Csányi András
On Mon, Mar 17, 2008 at 08:31:56AM -0700, Andi Gutmans wrote: >Here's an example with Dojo: > > > http://framework.zend.com/manual/en/zend.controller.actionhelpers.html#zend.controller.actionhelpers.autocomplete.dojo > > > >Not sure if that's what you meant or you're looking for

RE: [fw-general] Can't file a bug; JIRA errors out

2008-03-17 Thread Wil Sinclair
Looks like JIRA was creating the issue but failing on rendering the final action. I'll delete the duplicate issues and experiment with creating issues to see if I can reproduce this. ,Wil > -Original Message- > From: Matthew Ratzloff [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 200

[fw-general] Zend_DB_Select with WHERE ... BETWEEN ... AND ... ?

2008-03-17 Thread Eric Marden
I have a class I'm converting to use in a ZF project, and would like to convert all of its data calls to use Zend_DB_Select. However I have one query that was written using BETWEEN in its where clause. Is there a way to do this with ZF (barring sending the SQL to query())? Or should I just convert

[fw-general] Normalizing action function names

2008-03-17 Thread Hoopes
First off, congratulations on the 1.5 release, things look awesome, especially all the specialized modules. We've been using the framework for a while now, and absolutely love it. It's saved us a great deal of time and money. So, we have a decent amount of code written for it. We recently instal

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Csányi András
On Mon, Mar 17, 2008 at 06:51:12AM -0700, Wil Sinclair wrote: > Well, folks, we made it. Zend Framework 1.5 GA is now released and > available at the framework site: Hi Volks! Great job and nice webpage! András -- -- Csanyi Andras - http://sayusi.hu - Sayusi Ando -- -- "Bízzál Istenben és tart

[fw-general] Can't file a bug; JIRA errors out

2008-03-17 Thread Matthew Ratzloff
I am repeatedly encountering a bug while trying to file a bug with Zend_Db_Statement. HTTP Status 404 - No view for result [error] exists for action [ViewIssue] This is annoying. When someone from Zend fixes this, could you create the issue? It's minor, but it's something that should be fix

[fw-general] ZF 1.5 in the blogosphere. . .

2008-03-17 Thread Wil Sinclair
Hi all, I just wanted to mention that there are some great blog posts coming out today about ZF 1.5 that are well worth reading. The volume is also nice and large. :) It's probably also as good a time as any to make the general recommendation that community members keep their eye on ZF blogs; some

RE: [fw-general] Zend_Form - Description

2008-03-17 Thread Holger Lampe
This clears things up and it works now. Thanks Amr and Matthew. From: Amr Mostafa [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 8:26 PM To: Holger Lampe Cc: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Form - Description On Mon, Mar 17, 2008 at 9:11 PM, Holger Lamp

[fw-general] And a big thanks to Varien for the new site design!

2008-03-17 Thread Wil Sinclair
. . .and that's what I wish I would have remembered to say in the 1.5 announcement. :/ Seriously, they did an excellent job on the design; we asked them to take the ZF site to a completely new level, and I think most people would agree they did just that. This is one BIG way that they give back to

Re: [fw-general] Zend_Form - Description

2008-03-17 Thread Amr Mostafa
On Mon, Mar 17, 2008 at 9:11 PM, Holger Lampe <[EMAIL PROTECTED]> wrote: > Thanks Amr > > Do you mean like this? > > > $checkbox = new Zend_Form_Element_Checkbox('thecheckbox'); > > $ checkbox->setDescription('Fubar') > >->addDecorators(array(array('ViewHelper'), > array('

Re: [fw-general] Zend_Form - Description

2008-03-17 Thread Matthew Weier O'Phinney
-- Holger Lampe <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 07:14 PM +0100): > I have a form element like this: > > $checkbox = new Zend_Form_Element_Checkbox(‘thecheckbox’); > > $checkbox->setDescription(‘do this’); > > And I want following result: > > /> > do this > > How do I achi

RE: [fw-general] Zend_Form - Description

2008-03-17 Thread Holger Lampe
Thanks Amr Do you mean like this? $checkbox = new Zend_Form_Element_Checkbox('thecheckbox'); $ checkbox->setDescription('Fubar') ->addDecorators(array(array('ViewHelper'), array('Description', array('tag' => ''; This produces: Fubar What do I have to

RE: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Wil Sinclair
I feel obligated to say here that this is not the design that we got from Varien. The original design looks much nicer and more professional, but we had some issues with installing the fonts so we had to cut this corner for the release. We will get their design up quickly once we can render it on o

Re: [fw-general] Zend_Form - Description

2008-03-17 Thread Amr Mostafa
On Mon, Mar 17, 2008 at 8:14 PM, Holger Lampe <[EMAIL PROTECTED]> wrote: > I have a form element like this: > > $checkbox = new Zend_Form_Element_Checkbox('thecheckbox'); > > $checkbox->setDescription('do this'); > > > And I want following result: > > value="1" /> do this > > How do I achieve t

Re: [fw-general] Minor Quip w/ New Site

2008-03-17 Thread Jordan Moore
Much better... thank you. :) On Mon, Mar 17, 2008 at 11:10 AM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- Jordan Moore <[EMAIL PROTECTED]> wrote > (on Monday, 17 March 2008, 10:47 AM -0700): > > > I like the new site, but I've got a problem with it. Flash in Linux is > > always on-t

[fw-general] Zend_Form - Description

2008-03-17 Thread Holger Lampe
I have a form element like this: $checkbox = new Zend_Form_Element_Checkbox('thecheckbox'); $checkbox->setDescription('do this'); And I want following result: do this How do I achieve this? Another question. How do I remove the from Zend_Form_Element_Submit, removeDecorat

Re: [fw-general] Minor Quip w/ New Site

2008-03-17 Thread Matthew Weier O'Phinney
-- Jordan Moore <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 10:47 AM -0700): > I like the new site, but I've got a problem with it. Flash in Linux is > always on-top of everything. Because the titles/headers in the new > design are using Flash, on every page (except the homepage), the > dr

[fw-general] Minor Quip w/ New Site

2008-03-17 Thread Jordan Moore
I like the new site, but I've got a problem with it. Flash in Linux is always on-top of everything. Because the titles/headers in the new design are using Flash, on every page (except the homepage), the drop-down menus are partially blocked by the page headers. I'm unable to view the 4th item in ev

Re: [fw-general] formCheckbox bug in ZendFramework-1.5.0RC1

2008-03-17 Thread dinoboff
I think you have the set the initial state of of the checkbox with the checked attibute. The value of the checkbox is now fixed; it doesn't depend any more of the initial state of the checkbox. It should look like that: formCheckbox("complete", 1, array( 'checked' => $th

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Matthew Weier O'Phinney
-- Jake McGraw <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 12:13 PM -0400): > http://framework.zend.com/manual/en/zend.gdata.youtube.html > > Shows up as Japanese for me :(. Minor caching configuration issue -- fixed now. :-) > On Mon, Mar 17, 2008 at 11:57 AM, Tobias Gies <[EMAIL PROT

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Amr Mostafa
That made my day! Great website as well. Thank you so much and please keep up the good work everyone! :) On Mon, Mar 17, 2008 at 3:51 PM, Wil Sinclair <[EMAIL PROTECTED]> wrote: > Well, folks, we made it. Zend Framework 1.5 GA is now released and > available at the framework site: > > http://fram

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Jake McGraw
Thanks! On Mon, Mar 17, 2008 at 12:35 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- Jake McGraw <[EMAIL PROTECTED]> wrote > (on Monday, 17 March 2008, 12:13 PM -0400): > > > http://framework.zend.com/manual/en/zend.gdata.youtube.html > > > > Shows up as Japanese for me :(. > > Mi

Re: [fw-general] Reference Guide - Zend_Form

2008-03-17 Thread Matthew Weier O'Phinney
-- Holger Lampe <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 05:28 PM +0100): > Everything in Zend_Form Reference Guide is in Japanese language. > Someone else experiencing this? There was a brief caching issue that I've corrected. Please try again. :-) -- Matthew Weier O'Phinney PHP Dev

[fw-general] Reference Guide - Zend_Form

2008-03-17 Thread Holger Lampe
Hi, Everything in Zend_Form Reference Guide is in Japanese language. Someone else experiencing this? Holger

AW: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tobias Gies
Yep, the problem with only English showing up seems to be fixed now. Thanks, Zend coders! -Ursprüngliche Nachricht- Von: Thomas Weidner [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. März 2008 17:31 An: Jake McGraw; fw-general Betreff: Re: [fw-general] Zend Framework 1.5 has landed! Not

RE: [fw-general] Reference Guide - Zend_Form

2008-03-17 Thread Holger Lampe
Okay, its back to english. -Original Message- From: Holger Lampe [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 5:28 PM To: fw-general@lists.zend.com Subject: [fw-general] Reference Guide - Zend_Form Hi, Everything in Zend_Form Reference Guide is in Japanese language. Someone el

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Thomas Weidner
Not for me... possibly already fixed... should I translate it for you ? :-) Greetings Thomas - Original Message - From: "Jake McGraw" <[EMAIL PROTECTED]> To: "fw-general" Sent: Monday, March 17, 2008 5:13 PM Subject: Re: [fw-general] Zend Framework 1.5 has landed! http://framew

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Jack Sleight
This is great news! Congratulations! Thank you to everyone involved in both the framework and the new web site. Wil Sinclair wrote: Well, folks, we made it. Zend Framework 1.5 GA is now released and available at the framework site: http://framework.zend.com/download And just to remind you onc

Re: [fw-general] formCheckbox bug in ZendFramework-1.5.0RC1

2008-03-17 Thread Kexiao Liao
I still got the same problem by using Zend_Framework 1.5. Any comments regarding this issue. Kevin Matthew Weier O'Phinney-3 wrote: > > -- Kexiao Liao <[EMAIL PROTECTED]> wrote > (on Tuesday, 11 March 2008, 11:07 AM -0700): >> I switched ZendFramework from 1.0.3 to 1.5.0RC1, the following >> f

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Jake McGraw
http://framework.zend.com/manual/en/zend.gdata.youtube.html Shows up as Japanese for me :(. - jake On Mon, Mar 17, 2008 at 11:57 AM, Tobias Gies <[EMAIL PROTECTED]> wrote: > Hey Matthew, > > > > Actually... that "language switch" is part of the search form. There's > > another box below the li

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Rob Allen
On 17 Mar 2008, at 13:51, Wil Sinclair wrote: Well, folks, we made it. Zend Framework 1.5 GA is now released and available at the framework site: Thanks everyone who helped make ZF1.5! Regards, Rob...

AW: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tobias Gies
Hey Matthew, > Actually... that "language switch" is part of the search form. There's > another box below the list of components that allows you to browse the > manual by language (uses static links). A-ha! I'd have expected this box to be above the components box. The implementation is flawed for

Re: [fw-general] Zend Form

2008-03-17 Thread Matthew Weier O'Phinney
-- Ian Warner <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 03:28 PM +): > Couple of questions > > 1. how do I do this - enctype="multipart/form-data" to do a file upload $form->setAttrib('enctype', 'multipart/form-data'); > 2. How do I set the Columns and rows of a TextArea.

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Matthew Weier O'Phinney
-- Tobias Gies <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 03:58 PM +0100): > Great news, great new site! > > However, I don't like how the language switch is currently implemented in > the docs. I thought I could just change the value of the select box and it > would take me to the intro

RE: [fw-general] 1.5 and Ajax Forms

2008-03-17 Thread Andi Gutmans
Here's an example with Dojo: http://framework.zend.com/manual/en/zend.controller.actionhelpers.html#z end.controller.actionhelpers.autocomplete.dojo Not sure if that's what you meant or you're looking for something broader. Andi From: Karl Katzke [mailto:[EMAIL PROTECTED] Sent: Monday, M

RE: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Andi Gutmans
That's a good point and I tend to agree. We'll take a look at it once everyone gets a chance to sleep a bit :) Thanks! Andi > -Original Message- > From: Tim Brayshaw [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2008 8:05 AM > To: fw-general@lists.zend.com > Subject: Re: [fw-general

[fw-general] Zend Form

2008-03-17 Thread Ian Warner
Hi Couple of questions 1. how do I do this - enctype="multipart/form-data" to do a file upload 2. How do I set the Columns and rows of a TextArea. Ian

[fw-general] 1.5 and Ajax Forms

2008-03-17 Thread Karl Katzke
This is likely a stupid question that could be resolved by digging through the documents in a little more detail, but I can't seem to find a section of the Zend_Form documentation that deals with how to create form elements that work via ajax. Can anyone else help me locate it, or point me to a how

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tim Brayshaw
On 17 Mar 2008, at 13:51, Wil Sinclair wrote: There were also some very selfless souls in marketing who stayed up late over the last few days to make sure the site was at its best in both style and substance for the big day. Congratulations on the new release and site, there's some amazing s

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Tobias Gies
Great news, great new site! However, I don't like how the language switch is currently implemented in the docs. I thought I could just change the value of the select box and it would take me to the introduction page of the German manual, however it turned out that I had to enter a specific compone

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Matthew Weier O'Phinney
-- Vincent <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 03:18 PM +0100): > Love the new site, too bad there's http://framework.zend.com/docs/quickstart > > > Error! > > An error occurred with this request: Action "quickstart" does not exist and > was > not trapped in __call(). This ha

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread James Dempster
Matthew has just fixed it ;¬) /James On Mon, Mar 17, 2008 at 2:18 PM, Vincent <[EMAIL PROTECTED]> wrote: > > > On 3/17/08, Wil Sinclair <[EMAIL PROTECTED]> wrote: > > > > Well, folks, we made it. Zend Framework 1.5 GA is now released and > > available at the framework site: > > > > http://framew

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Bradley Holt
In case anyone else diggsit too ;-) On Mon, Mar 17, 2008 at 9:51 AM, Wil Sinclair <[EMAIL PROTECTED]> wrote: > Well, folks, we made it. Zend Framework 1.5 GA is now released and > available at the framework site: > > http:

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Matthew Weier O'Phinney
-- Alan Wagstaff <[EMAIL PROTECTED]> wrote (on Monday, 17 March 2008, 01:58 PM +): > Love the new site as well, looks very "Web 2.0" :-) > > Just one thing though, the Quick Start link from the ZF site homepage > gives an action not found error :-( Fixed now. :-) -- Matthew Weier O'Phinney

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Vincent
On 3/17/08, Wil Sinclair <[EMAIL PROTECTED]> wrote: > > Well, folks, we made it. Zend Framework 1.5 GA is now released and > available at the framework site: > > http://framework.zend.com/download > > And just to remind you once again of all the new features in 1.5: > > * New Zend_Form component wi

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Bradley Holt
This is great news! It's amazing how much ZF has matured in such a short time. A big "thank you" to the whole ZF team! On Mon, Mar 17, 2008 at 9:51 AM, Wil Sinclair <[EMAIL PROTECTED]> wrote: > Well, folks, we made it. Zend Framework 1.5 GA is now released and > available at the framework site: >

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Jake McGraw
woohoo, site search! Much appreciated. - jake On Mon, Mar 17, 2008 at 9:58 AM, Alan Wagstaff <[EMAIL PROTECTED]> wrote: > Thanks to Wil and everyone involved in the Zend Framework project - > downloading it as we speak :-) > > Love the new site as well, looks very "Web 2.0" :-) > > Just one th

[fw-general] Re: Zend Framework 1.5 has landed!

2008-03-17 Thread Vigh Zoltán
Good work... new release and new site. wowww:) bye Zool

Re: [fw-general] ZF 1.5- all systems go!

2008-03-17 Thread Jay M. Keith
Congratulations on the 1.5 release! The new site layout/design looks beautiful! I love the searchable reference docs (seems to be defunct atm), but I'm happy to be upgrading my stuff to the new version! Thanks everyone :) On Fri, Mar 14, 2008 at 5:50 PM, Wil Sinclair <[EMAIL PROTECTED]> wrote:

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Jurriën Stutterheim
Congratulations and thank you to the ZF team at Zend and all other people who contributed to make this release happen. It is truly a great ZF release! Everybody who worked hard for this moment should take a day off and enjoy both the release and the brand new ZF site. After that, it's onward

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Alan Wagstaff
Thanks to Wil and everyone involved in the Zend Framework project - downloading it as we speak :-) Love the new site as well, looks very "Web 2.0" :-) Just one thing though, the Quick Start link from the ZF site homepage gives an action not found error :-( Keep up the good work all! Alan On 17

[fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Wil Sinclair
Well, folks, we made it. Zend Framework 1.5 GA is now released and available at the framework site: http://framework.zend.com/download And just to remind you once again of all the new features in 1.5: * New Zend_Form component with support for AJAX-enabled form elements * New action and view hel

[fw-general] Using a gettext Zend_Translate object with Zend_Form

2008-03-17 Thread majelbstoat
Hi All, Does anybody have any suggestions on how I might generate a .po file from the messages to be translated in Zend_Form? All the examples I've seen using Zend_Translate and Zend_Form use the 'array', rather than 'gettext' form. The .po for the rest of the app is quite happily generated by

Re: [fw-general] Download a file over http(s)? (Zend_Http?)

2008-03-17 Thread HID Digital Solutions
Hi, For this project I've returned to "good old PHP" by just reading the file in small bits with fopen() and writing it down to a file on the local server, again with fopen(). This works quite well, but it's no specific Zend Framework solution. ArticSun Shahar Evron wrote: Hi, Did you

Re: [fw-general] Download a file over http(s)? (Zend_Http?)

2008-03-17 Thread Shahar Evron
Hi, Did you ever got this problem solved? How? Right now, I'm quite sure the Zend_Http_Client would blow up with large files that cannot be contained in RAM. However we can come up with large file support in the future. Shahar. On Sat, 2008-02-23 at 01:19 -0800, ArticSun wrote: > Hi all! > >

Re: [fw-general] ACL actual use

2008-03-17 Thread SiCo007
I do pretty much the same as David, I have my modules / controllers / actions mapped in database tables, then create rules for each. Then the whole lot is built and cached. Then the resources are made up of ModuleController names, it works well although it's not yet been combined with authenticat