Re: idea: implement a Comparable interface

From: Date: Tue, 07 May 2013 16:28:12 +0000
Subject: Re: idea: implement a Comparable interface
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
> It'd be nice if, when doing $objA > $objB, that that'd invoke
> $objA->__compareTo($objB) or something, much like Java's Comparable
> interface.
>

There is nothing stopping you from creating this in user-land. Also, I have
spent a lot of time writing libraries in PHP and I now believe that this
approach is not the best solution anyway.


Thread (17 messages)

« previous php.internals (#67336) next »