Date: 04/13/00
- Next message: Kristian Koehntopp: "Re: [PHPLIB-DEV] Changes to the CVS"
- Previous message: Adam N. Thompson, MCNE, MCSE: "Re: [PHPLIB-DEV] Changes to the CVS"
- In reply to: Adam N. Thompson, MCNE, MCSE: "Re: [PHPLIB-DEV] Changes to the CVS"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB-DEV] Changes to the CVS"
- Reply: Kristian Koehntopp: "Re: [PHPLIB-DEV] Changes to the CVS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Adam N. Thompson, MCNE, MCSE" wrote:
>
> Kristian Köhntopp wrote:
> > We wanted to kill off the old OOH forms and replace them with Ulfs
>
> This is a Good Thing(tm). One of my developers claims to understand
> it. I'm still not sure I can believe him :-).
You can believe him. But he will not understand the internals of
the new form stuff eighter.
The amount of code of the ooh replacement has grown rapidly from
about 17k to 90k. Most of this is due to the inline
documentation. I've used a kind of java doc that might cause 30k
of it, another big peace might be caused by strict programming.
Nearly all slots are modified by methods, encapsulation is quite
strong. I did not want to go another way - it's to complex to
allow beginners to access slots directly.
If you're in getting an idea of the internals, use the method
introspection() which is still in every class for debugging
purpose to dump the data structure.
Ulf
-- Ulf Wendel NetUSE Kommunikationstechnologie GmbH Siemenswall, D-24107 Kiel, Germany Fon: +49 431 386435 00 -- Fax: +49 431 386435 99 - PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in the body, not the subject, of your message.
- Next message: Kristian Koehntopp: "Re: [PHPLIB-DEV] Changes to the CVS"
- Previous message: Adam N. Thompson, MCNE, MCSE: "Re: [PHPLIB-DEV] Changes to the CVS"
- In reply to: Adam N. Thompson, MCNE, MCSE: "Re: [PHPLIB-DEV] Changes to the CVS"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB-DEV] Changes to the CVS"
- Reply: Kristian Koehntopp: "Re: [PHPLIB-DEV] Changes to the CVS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

