Posted by Chung Leong on 08/03/06 22:44
jamiesonhale@gmail.com wrote: > function & getAttribute( $name ) > { > if ( isset( $this->attributes[ $name ] ) ) > return $this->attributes[ $name ]; > return NULL; > } Why not just function &getAttribute( $name ) { return $this->attributes[ $name ]; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming