On 11/12/06, sanbeg@svn.wikimedia.org sanbeg@svn.wikimedia.org wrote:
$assocArgs = $this->createAssocArgs($args);
If that's going to be a static function, it might be a bit nicer to call it as
self::createAssocArgs( $args );
Use of the SRO reminds people reading the code that what's being called is static.
Rob Church
wikitech-l@lists.wikimedia.org