Re: [fw-general] How to create “Dynamic” Zend Navigation

2011-01-30 Thread Benjamin Eberlei
You have to create your own page types for this, its described in the docs. On Sat, 29 Jan 2011 21:30:29 -0800 (PST) jiewmeng jiewm...@gmail.com wrote: With Zend_Navigation, I can do something like Home Projects Collaborators but What if I want something more useful Home Project

[fw-general] Gdata + contacts

2011-01-30 Thread Brian Caspe
Hi there! Is there anyone who knows of a good tutorial for interfacing (retrieving updating) google contacts through Zend_Gdata? I have done some searching and it seems like people are struggling for a solution but no one has posted a tutorial or anything and I don't think that anything exists

Re: [fw-general] Gdata + contacts

2011-01-30 Thread till
I don't see anything: http://framework.zend.com/apidoc/core/Zend_Gdata/Gdata/Zend_Gdata.html You could probably contribute that piece. Till On Sun, Jan 30, 2011 at 3:51 PM, Brian Caspe bca...@gmail.com wrote: Hi there! Is there anyone who knows of a good tutorial for interfacing (retrieving

Re: [fw-general] Sharing the session among different Controllers

2011-01-30 Thread Ralph Schindler
There is no need to both start the session with Zend_Session and also call $session = new Zend_Session_Namespace();. What I suggest is this following: First decide on a sensible name that all your controllers can share, some kind of name that suits the purpose of the data that is being

Re: [fw-general] Gdata + contacts

2011-01-30 Thread Brian Caspe
There was a proposal that I found but it was a little bit old... http://framework.zend.com/wiki/display/ZFPROP/Zend_Gdata_Contacts+-+Darien+Hager I wrote to the address listed there and there wasn't a response... I'll try to create something but I've never contributed actual code so I'm not sure