The Artima Developer Community
Sponsored Link

PHP Buzz Forum
String Object in PHP: the Good, the Bad, the Kludge

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jackson Miller

Posts: 222
Nickname: jaxn
Registered: Oct, 2004

Jackson Miller is a software developer in Nashvillle, TN currently working at CentreSource.com
String Object in PHP: the Good, the Bad, the Kludge Posted: Jul 2, 2005 5:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Jackson Miller.
Original Post: String Object in PHP: the Good, the Bad, the Kludge
Feed Title: Jaxn.org
Feed URL: http://jaxn.org
Feed Description: PHP thoughts on architecture and application design. Includes development information about Core Enterprise PHP.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Jackson Miller
Latest Posts From Jaxn.org

Advertisement
There has been a fairly lengthy discussion on the PECL-dev email list about adding a String object to PHP (via PECL). The extension is being proposed by Jessie Hernandez as a way to handle strings in an object oriented way and to organize the plethora of core functions for working with strings. There may also be some memory advantages by allowing these String object to not create copies, but to overwrite the current buffer (it is a mutable string object that is being proposed).

This proposal has caused quite the discussion and exemplifies a rift in the PHP community that exists between the OO crowd and the anti-OO crowd (there is probably a better term than anti-OO).
Continue reading "String Object in PHP: the Good, the Bad, the Kludge"

Read: String Object in PHP: the Good, the Bad, the Kludge

Topic: Off The Shelf CMS Previous Topic   Next Topic Topic: WTVML

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use