From: Jason S. <jsw...@ya...> - 2003-03-30 13:30:33
|
Hi Arnold, That appears to be a checkin of the Phrame 2.0 code. Is that the case? Were you going to post the changes you had been making (the newer development code you had refered to in some earlier emails)? Would you like diff files for any of the changes I had made to the 2.0 source? Jason --- Arnold Cano <arn...@ya...> wrote: > 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 > > > ------------------------------------------------------- > 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 |