I've incorporated use of the ability to call instance methods through
static calls, allowing for me to mimic multiple inheritance without
having to make edits to classes that are already working because of
the behavior of '$this' when instance methods are called statically.
As stated on in
submit and maintain packages on PEAR
(I have HTML_Entities finished, and File_Sitemap proposed)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 2008-05-02 at 23:52 -0400, Cristian RodrÃguez wrote:
> Todd Ruth escribió:
>
> > Most people don't care about floating numbers beyond a certain
> > number of digits.
>
> That's the main flaw in your suggestion, "most people".. the language
> should be correct, do the real right thing.
On Sat, May 3, 2008 at 10:31 AM, Philip Olson <[EMAIL PROTECTED]> wrote:
>
> On 2 May 2008, at 18:07, Stanislav Malyshev wrote:
>
> > Hi!
> >
> >
> > > Is it not possible to overload operators?
> > > Though this would probably even more work to do.
> > >
> >
> > Well, overloading operators in theo
On Sat, May 03, 2008 at 02:04:35AM +0100, Richard Quadling wrote:
> 2008/5/3 Stanislav Malyshev <[EMAIL PROTECTED]>:
> Is it not possible to overload operators?
>
> Though this would probably even more work to do.
Overloading of operators implies strong typing, eg overload + for type money to
be
On 2 May 2008, at 18:07, Stanislav Malyshev wrote:
Hi!
Is it not possible to overload operators?
Though this would probably even more work to do.
Well, overloading operators in theory would be less work to do,
technically, since extension points would be easier to identify.
However, I'm