[fw-general] Re: Zend_Db_Select with multiple from's

2011-03-10 Thread David Muir
Not all databases support implicit joins, so you need to convert it to explicit joins. So instead of: SELECT parent.name FROM nested_category AS node, nested_category AS parent WHERE node.lft BETWEEN parent.lft AND parent.rgt AND node.name = 'FLASH' ORDER BY parent.lft; You'd have: SELECT

[fw-general] Zend_OpenId

2011-03-10 Thread Mika422
Hi, I'm trying to set up a provider using Zend_OpenId_Provider, is there any good tutorial out there which I can use to get started ? Thanks, -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-OpenId-tp3345645p3345645.html Sent from the Zend Framework

[fw-general] Re: Problem implementing Zend_OpenId_Provider

2011-03-10 Thread Mika422
Hi everyone, I'm getting the same problem when I try to connect the consumer to the provider. Need some help too. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Problem-implementing-Zend-OpenId-Provider-tp2539036p3345906.html Sent from the Zend

[fw-general] Re: Problem implementing Zend_OpenId_Provider

2011-03-10 Thread Mika422
Hi everyone, I'm getting the same problem when I try to connect the consumer to the provider. Need some help too. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Problem-implementing-Zend-OpenId-Provider-tp2539036p3345905.html Sent from the Zend

[fw-general] implementation of Zend_Pdf_Action_JavaScript

2011-03-10 Thread Guillaume ORIOL
Dear Zend Framework community, Zend_Pdf lacks implementation of some interactive features. I was specifically looking for the *JavaScript action* of those features. My need was related to the ability to open the print dialog box automatically when the document is opened (displayed on the

Re: [fw-general] implementation of Zend_Pdf_Action_JavaScript

2011-03-10 Thread Matthew Weier O'Phinney
-- Guillaume ORIOL go.li...@technema.fr wrote (on Thursday, 10 March 2011, 04:36 PM +0100): Zend_Pdf lacks implementation of some interactive features. I was specifically looking for the *JavaScript action* of those features. My need was related to the ability to open the print dialog box

[fw-general] Re: Zend framework How to do the openid ?

2011-03-10 Thread Mika422
Hello, I'm also looking for a way to make things work using Zend_OpenId, if anybody knows... it would be a great help. thanks -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-framework-How-to-do-the-openid-tp3173385p3346219.html Sent from the Zend

Re: [fw-general] implementation of Zend_Pdf_Action_JavaScript

2011-03-10 Thread Alexander Veremyev
JavaScript action implementation is not too large, but powerful feature. However, I think, it should be added with other PDF forms related actions (submit-form/reset-form/import-data) which, in turn, should be added after PDF forms support. Other choice is to define and confirm Zend_Pdf forms

[fw-general] contact api

2011-03-10 Thread sagrma
i am newbie to google api and zend framework i am using oath and zend framework to retrieve google contacts of my site's member i will use them to invite their friends kind of same way as facebook does after applying a billion of PC i somehow retrieved contact but they are just name like

[fw-general] Re: Zend_Cache cleaning specified tag

2011-03-10 Thread Vincio
Hi, I'm actually using APC. I changed tags with ids and it is working now. Thank you -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Cache-cleaning-specified-tag-tp090p3346660.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Complex UPDATE statement - Best method

2011-03-10 Thread Peter Sharp
I've been working with ZF for a while now, but for some odd reason, I have never really come across too many situations where I couldn't get a query to way the way I liked right out of the box, probably because most of the complexity was in the selects. Anyhow, I have a query along the lines of