Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Gavin Vess
Moving discussion to fw-auth. I now believe the "Zend_Session" component name is not an accurate description of the purpose and functionality intended and offered through its public API. I think some of the objections and confusion arises from the name choices (real culprit). Perhaps Zend_Se

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Ralph Schindler
Matthew Weier O'Phinney wrote: // impiles that we want an object for storing zend-auth info // and that we dont want anyone else using this namespace $zauth = new Zend_Session('Zend_Auth', Zend_Session::SINGLE_INSTANCE); $zauth2 = new Zend_Session('Zend_Auth'); // throws exception I actually

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Ralph Schindler
Sorry, the post started out as a reply to Waldemar... I was referencing his post.. his comments between the or: > Zend_Session::setOptions($options); > $authSession = Zend_Session::start('Zend_Auth', > Zend_Session::SINGLE_INSTANCE); > > or > > Zend_Session::setOptions($options); > $authSession

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Matthew Weier O'Phinney
-- Ralph Schindler <[EMAIL PROTECTED]> wrote (on Wednesday, 24 January 2007, 02:54 PM -0600): > The two methods codeblocks you describe below do not do the same thing. >I think developers need to be aware of what Zend_Session attempts to > provide. IMO, the single greatest feature it lends t

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Matthew Ratzloff
> The two methods codeblocks you describe below do not do the same thing. Please explain. -Matt

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Ralph Schindler
The two methods codeblocks you describe below do not do the same thing. I think developers need to be aware of what Zend_Session attempts to provide. IMO, the single greatest feature it lends to an OO/Framework is the ability to create session objects that can exist within a given namespace

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Shekar C Reddy
Is there something wrong with the voting logic? There were no votes and I clicked Yes and it shows 1 vote each for Yes and No. Or maybe, someone voted simultaneously? On 1/24/07, Matthew Ratzloff <[EMAIL PROTECTED]> wrote: At Ralph's prompting, I have created a poll to determine what the com

Re: [fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Waldemar Schott
Why not using it like this: Zend_Session::setOptions($options); $authSession = Zend_Session::start('Zend_Auth', Zend_Session::SINGLE_INSTANCE); or Zend_Session::setOptions($options); $authSession = new Zend_Session('Zend_Auth', Zend_Session::SINGLE_INSTANCE); In this way the constructor should

[fw-general] Poll: Merge Zend_Session_Core into Zend_Session?

2007-01-24 Thread Matthew Ratzloff
At Ralph's prompting, I have created a poll to determine what the community consensus is on merging Zend_Session_Core into Zend_Session. The following link contains a brief discussion on the pros and cons of such a decision. Please go here to vote: http://framework.zend.com/wiki/pages/viewpage.a