From: Arnold C. <arn...@ya...> - 2003-03-30 00:39:27
|
Hi Jason, I've finally got the cvs working. I made a mistake that I hope sf support will help clear up. I accidentally cvs imported phrame_examples as phrame. phrame is checked in it only has a few extra empty folders for the time being until sf support can remove the mistake from the cvs attic. Thanks for your patience, Arnold --- Jason Sweat <jsw...@ya...> wrote: > Hi Arnold, > > I needed to use a stack today and tried to used the > one from the Phrame utils. > In order to get it to work correctly I had to make > the following tweaks: > > In ArrayList.php, toArray needed to be declared to > return by reference: > function &toArray() > { > return $this->_elements; > } > and in Stack.php, peek() needs to end, not reset: > function peek() > { > return end($this->toArray()); > } > > > Did you have any further thoughts about checking > Phrame into the sf.net cvs? > > Jason > > __________________________________________________ > Do you Yahoo!? > Yahoo! Platinum - Watch CBS' NCAA March Madness, > live on your desktop! > http://platinum.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > Phrame-devel mailing list > Phr...@li... > https://lists.sourceforge.net/lists/listinfo/phrame-devel __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com |