Date: 09/09/02
- Next message: Jirka Kosek: "Re: [PHP-DOC] Excess whitespace in XML files"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] Excess whitespace in XML files"
- In reply to: Jirka Kosek: "[PHP-DOC] Excess whitespace in XML files"
- Next in thread: Jirka Kosek: "Re: [PHP-DOC] Excess whitespace in XML files"
- Reply: Jirka Kosek: "Re: [PHP-DOC] Excess whitespace in XML files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> should be written as following:
>
> <para>Often you need classes with similar variables and functions
> to another existing class. In fact, it is good practice to
> ...
> on a single base class, that is, multiple inheritance is
> not supported. Classes are extended using the keyword 'extends'.</para>
>
> <programlisting role="php"><![CDATA[class Named_Cart extends Cart
> {
> ...
> }]]></programlisting>
But this is totally unreadable, I'm pretty sure it's possible to tweak
things so that those spaces don't show up, but IMO it's a bad idea to
use your proposal formatting.
Derick
---------------------------------------------------------------------------
Did I help you? http://www.derickrethans.nl/link.php?url=giftlist
Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
PHP: Scripting the Web - derick <email protected>
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jirka Kosek: "Re: [PHP-DOC] Excess whitespace in XML files"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] Excess whitespace in XML files"
- In reply to: Jirka Kosek: "[PHP-DOC] Excess whitespace in XML files"
- Next in thread: Jirka Kosek: "Re: [PHP-DOC] Excess whitespace in XML files"
- Reply: Jirka Kosek: "Re: [PHP-DOC] Excess whitespace in XML files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

