On 08-09-03 15:12 -0400, Michael B Allen wrote:
> On Wed, Sep 3, 2008 at 2:20 PM, Kenneth Dombrowski <[EMAIL PROTECTED]> wrote:
> > I don't have a problem with multiple inheritence, it just seems very
> > kludgey to me to implement it with interfaces; I guesss PHP gives you
> > little choice though
On Wed, Sep 3, 2008 at 2:20 PM, Kenneth Dombrowski <[EMAIL PROTECTED]> wrote:
> I don't have a problem with multiple inheritence, it just seems very
> kludgey to me to implement it with interfaces; I guesss PHP gives you
> little choice though..
Quite the opposite. The only non-kludgey way to impl
Hi Michael,
Well, if it works for you, go for it. I think it's a bit weird and
extremely unintuitive to inherit from an interface, and I wouldn't have
expected it was even permitted, but it turns out it's even documented
(apparantly it only works for constants):
http://www.php.net/manual/en/la
On Wed, Sep 3, 2008 at 9:41 AM, Kenneth Dombrowski <[EMAIL PROTECTED]> wrote:
> Hi Michael,
>
> I have to disagree.
>
> On 08-09-03 02:07 -0400, Michael B Allen wrote:
>>
>> Consider the following:
>>
>> interface Math_Constants {
>>
>> const PI = 3.14159265;
>
> No, that's not at all what
Hi Michael,
I have to disagree.
On 08-09-03 02:07 -0400, Michael B Allen wrote:
>
> Consider the following:
>
> interface Math_Constants {
>
> const PI = 3.14159265;
No, that's not at all what an interface is for. An interface is nothing
more than a contract which specifies what m
Peter Sawczynec wrote:
I know that with PHP (and, of course, without PHP) it is a snap to
create something like an online Contribute button on a web site that
hooks to PayPal for credit card contribution/payment processing.
But, client doesn't want to use PayPal.
Amazon Honor System is one
Very nice read thank you. Ahhh, so then where and/or what's next.
Now that AJAX and AJAX-like technique in the new browser/desktop
environment is rapidly becoming a defacto standard and google has rolled
out their new Chrome browser (the thin edge of the wedge in the google
adhoc, distributed, ne