> 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 - [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

Reply via email to