Re: [fw-general] Zend Italy Workshop slides: ZF and PHP frameworks

2008-04-21 Thread Federico Cargnelutti
Great stuff, thanks Simone ;) On Mon, Apr 21, 2008 at 1:21 PM, Simone Carletti <[EMAIL PROTECTED]> wrote: > > Hi list, > at http://www.slideshare.net/weppos/quale-framework-php-utilizzare/ I've > published the slides I created for the first Zend Italy workshop about > Zend > Framework (http://www

Re: [fw-general] Handling SOAP requests with ZFW?

2008-04-21 Thread Philip G
Thanks for the response Wil. I'll definitely look into the incubator. Unfortunately, the project time line on this is ... well .. 3 day. ^_^ Needless to say, I might be relying upon PHP Soap until we can flesh out a more official wrapper ourselves, or until Zend_Soap is released, which ever comes

RE: [fw-general] Handling SOAP requests with ZFW?

2008-04-21 Thread Wil Sinclair
See my parallel answer to this question. I would very much like to see Zend_Soap make it to prime time in our next release. If the introduction of Zend_Ldap was our 'enterprise-y' feature for 1.5, I'd like this to be it for whatever we decide to call the next release. If you would like to see this

Re: [fw-general] Handling SOAP requests with ZFW?

2008-04-21 Thread Matthew Ratzloff
I'd suggest Zend_Soap, but it seems like it will never leave the incubator. http://framework.zend.com/svn/framework/trunk/incubator/library/Zend/Soap/ Needs more testing, apparently. We recently did a big SOAP single sign-on project here for one of our clients, and we ended up just using thi

RE: [fw-general] Handling SOAP requests with ZFW?

2008-04-21 Thread Wil Sinclair
Have you looked at these components in incubator? http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/ library/Zend/Soap I'm not the best person to vouch for their stability and feature completeness, but I can tell you that much more extensive SOAP support is currently looki

Re: [fw-general] Zend_View_Helper_Action Issue, duplicated view output

2008-04-21 Thread OakBehringer
I have the same problem. Nesting Zend_View_Helper_Action seems to duplicate the nested call. Juan Felipe Alavarez Saldarriaga wrote: > > Hey!. > > I'm using ZFW 1.5.1, and I have an issue when I try to execute the > $this->action(); helper, this is what I got, a view named > "view-chart.phtml"

[fw-general] Handling SOAP requests with ZFW?

2008-04-21 Thread Philip G
What's the prefered method for handling SOAP communication using the ZFW libraries? I noticed there isn't any Soap class or sub-class. I see there's an Zend_Xmlrpc class, but it's extremely limited (headers? uploads?). Is there anyway to fully use Soap within ZFW? In the past we've unfortunately r

fw-general@lists.zend.com

2008-04-21 Thread Wil Sinclair
Page edits. Just like the questions that are already there. Just please be careful about attaching the right names to the right questions- we don't want to put any questions in to any one's mouths. ,Wil > -Original Message- > From: Jordan Moore [mailto:[EMAIL PROTECTED] > Sent: Monday,

fw-general@lists.zend.com

2008-04-21 Thread Jordan Moore
Should questions be added as comments or page edits? On Mon, Apr 21, 2008 at 1:39 PM, Wil Sinclair <[EMAIL PROTECTED]> wrote: > It has been almost a year since the 1.0 release of Zend Framework. In > that time we've seen some of the most trafficked sites in the world > deployed on ZF, many popul

fw-general@lists.zend.com

2008-04-21 Thread Josh Team
This is going to be the newbiest question of all, but I can't see where on the Wiki I can sign up to (post questions) or make other contributions? On Mon, Apr 21, 2008 at 3:39 PM, Wil Sinclair <[EMAIL PROTECTED]> wrote: > It has been almost a year since the 1.0 release of Zend Framework. In > tha

Re: [fw-general] Zend_RDF

2008-04-21 Thread Tobias Gies
Hey Kevin, Idea: propose and code the component, then you can be sure it will be considered for ZF ;) Best regards On Mon, Apr 21, 2008 at 4:30 PM, Kexiao Liao <[EMAIL PROTECTED]> wrote: > > Will future ZendFramework provide the functionalities to support RDF > (Resource Description Framework)a

fw-general@lists.zend.com

2008-04-21 Thread Wil Sinclair
It has been almost a year since the 1.0 release of Zend Framework. In that time we've seen some of the most trafficked sites in the world deployed on ZF, many popular enterprise-oriented projects built with ZF, and some of the greatest times ever had (while coding) using ZF. Since our community has

Re: [fw-general] model validation

2008-04-21 Thread Matthew Weier O'Phinney
-- Greg Donald <[EMAIL PROTECTED]> wrote (on Monday, 21 April 2008, 03:20 PM -0500): > Is Zend_Db the "model" portion of ZF? No, it's not. It's a potential storage mechanism for a model, but not the model itself. Consider that in today's web 2.0 world, your data need not come from just a databas

[fw-general] model validation

2008-04-21 Thread Greg Donald
Is Zend_Db the "model" portion of ZF? If so, where does one define data validations? I found Zend_Validator but it doesn't seem to be used with Zend_Db in any of the documentation I've read up to now. Wouldn't the two go hand in hand? What am I missing here? Is there other documentation not lis

Re: [fw-general] Namespacing Models in Modules

2008-04-21 Thread Giorgio Sironi
> there is already a proposal for a > ModelLoader action helper that would also use the same conventions > (i.e., Blog_Foo in blogs/models/Foo.php). Once we have an official > component, the convention will be documented. I also think moduleName/models/Foo.php is better because there is not re

Re: [fw-general] Namespacing Models in Modules

2008-04-21 Thread Bradley Holt
Matthew, That makes sense, I will use the convention you prefer and hope it becomes the "official" convention. Thanks! On Mon, Apr 21, 2008 at 2:59 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- Bradley Holt <[EMAIL PROTECTED]> wrote > (on Monday, 21 April 2008, 02:33 PM -0400): > >

Re: [fw-general] Optimize Zend_Cache clearing

2008-04-21 Thread Ralf Eggert
Hi Fabien, > In your specific case, the sqlite backend sounds better (because it > will use an index for the clean method). This sounds good. I will give it a try tomorrow and report here if it improves the performance. > Sometimes, it's not a good idea to cache too many things. Maybe you > woul

Re: [fw-general] Namespacing Models in Modules

2008-04-21 Thread Matthew Weier O'Phinney
-- Bradley Holt <[EMAIL PROTECTED]> wrote (on Monday, 21 April 2008, 02:33 PM -0400): > This is a best-practices question which I can't seem to find a solid answer > to. > When using the modular directory structure, do you namespace the code in your > "models" directory and if so, how? In the exam

[fw-general] Namespacing Models in Modules

2008-04-21 Thread Bradley Holt
This is a best-practices question which I can't seem to find a solid answer to. When using the modular directory structure, do you namespace the code in your "models" directory and if so, how? In the example given in the documentatio

Re: [fw-general] Optimize Zend_Cache clearing

2008-04-21 Thread Fabien MARTY
Hi, In your specific case, the sqlite backend sounds better (because it will use an index for the clean method). Sometimes, it's not a good idea to cache too many things. Maybe you would have better results with caching only HTML final results than intermediate database calls. Regards On Mon

RE: [fw-general] LinkedIn Group

2008-04-21 Thread Wil Sinclair
If I'm reading it right, there are currently 94 (!) members in the ZF LinkedIn group. It's great to see our ecosystem growing so strongly in a business/networking forum; I see this as a good thing for the project and a great thing for each of us individually. If you haven't already, I'd strongly en

[fw-general] Zend_Pdf and setJavascript

2008-04-21 Thread Apaella_
I need to include a javascript snippet into a existing PDF. There is a setJavascript function in the Zend/Pdf.php (version 1.5.1) but the correspondant getJavascript is never called in the whole FW. So if I write $pdf = file_get_contents("http://10.64.98.106/birt/invoice.php?id=".

[fw-general] Zend_Service_Amazon

2008-04-21 Thread Aycko Maerzke
Hello there, I want to use Elements from Amazons Response, e.g. FormatedPrice. SampleResponse: 24599 USD $245.99 But Zend_Service_Amazon_Offerset::FormattedPrice doesn't exists. Are there any solutions to use elements that are not provided by Zend_Service

[fw-general] Zend_RDF

2008-04-21 Thread Kexiao Liao
Will future ZendFramework provide the functionalities to support RDF (Resource Description Framework)access, so we can access RDF graph through ZF? Kevin -- View this message in context: http://www.nabble.com/Zend_RDF-tp16807950p16807950.html Sent from the Zend Framework mailing list archive a

Re: [fw-general] Optimize Zend_Cache clearing

2008-04-21 Thread Ralf Eggert
Hi Marcus, > To fix the symptom rather than the cause, you could try putting it on > a ReiserFS partition. ReiserFS small file performance is pretty scary, > deleting 10k (or even 100x that) files would typically take only a > fraction of a second. Thanks for your suggestion. Unfortunately,

[fw-general] ZF Application installer best practice

2008-04-21 Thread Robert Castley
Hi, I am after some Best Practice advice/guidelines for applications written using ZF and web based installs. I know I can put a check in the bootstrap and hopefully redirect, but this seems expensive as this will always be called even after an install. How are other people doing this i.e. bu

Re: [fw-general] Optimize Zend_Cache clearing

2008-04-21 Thread Marcus Bointon
On 21 Apr 2008, at 13:56, Ralf Eggert wrote: Now here is my problem. I have 10.000 and even many more cache files in my data cache directory. They are separated into the 2-level directory structure which Zend_Cache provides. Now when something happens that needs a cache clearung (e.g. new foru

Re: [fw-general] LinkedIn Group

2008-04-21 Thread [EMAIL PROTECTED]
Another one joined! On Mon, Apr 21, 2008 at 7:24 PM, Isaak Malik <[EMAIL PROTECTED]> wrote: > One more that joined :) > > > On Wed, Apr 16, 2008 at 5:20 PM, Eric Marden <[EMAIL PROTECTED]> > wrote: > > > > You can join by searching for my profile using my email address, and > > then clicking on

Re: [fw-general] Bizarre problem with Zend_Controller_Action_Exception

2008-04-21 Thread Paul Mark
I already had this in my .htaccess file. Here is my .htaccess content: RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 Paul On Fri, Apr 18, 2008 at 9:08 PM, Robin Skoglund <[EMAIL PROTECTED]> wrote: > Sounds like an error i

[fw-general] Optimize Zend_Cache clearing

2008-04-21 Thread Ralf Eggert
Hi everybody, I use Zend_Cache with the "Core" Frontend and the "File" backend to cache results (serialized arrays) of some database selects to files. I have set the "hashed_directory_level" to 2. The cache ids are build from the class name of the model and the method name which includes the data

[fw-general] Zend Italy Workshop slides: ZF and PHP frameworks

2008-04-21 Thread Simone Carletti
Hi list, at http://www.slideshare.net/weppos/quale-framework-php-utilizzare/ I've published the slides I created for the first Zend Italy workshop about Zend Framework (http://www.zend.com/it/company/framework-workshop-italy). The slides are a quick overview web framework with a comparison betwee

Re: [fw-general] LinkedIn Group

2008-04-21 Thread Isaak Malik
One more that joined :) On Wed, Apr 16, 2008 at 5:20 PM, Eric Marden <[EMAIL PROTECTED]> wrote: > > You can join by searching for my profile using my email address, and > then clicking on the Zend Frameworks group and clicking join. > I've joined too. If you want to connect with me on LinkedIn,