Torben Nehmer wrote:
> To be honest, current testing of these classes doesn't cover the use of
> update ...The whole project is currently frozen. (see below).
>
> The basic problem is, that PHP doesn't really support OOP. You can use
> inheritance to compose ore extend available objects, but you don't have
> anything like i.e. C++ or JAVA Object Handling including Polymorphism or
> Dynamic Method Invocation ("virtual" methods). This is the main Drawback
> of PHPs missing Typehandling.
>
> Assume CArticle's Constructor would do this:
>
> $this = mgd_get_article(...);
The Midgard objects now have a proper cosntructor (in CVS), so this
should be lots easier now.
> The missing Type safte makes this whole thing very messy. :-(
That pretty much sums up PHPs object system.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]