[Zope] RE: Any comments from ex-PHP developers?

Lennart Regebro lennart@regebro.nu
Tue, 17 Dec 2002 20:50:43 +0100


From: "Frederic Faure" <ffaure@bigfoot.com>
> - Python is truly OOP : What is missing in PHP4? Multiple inheritance?

Well, yes, but mostly an object store.

> - Zope uses its own DB instead of a filesystem. But then, nobody complains
> when data are saved in other DBMS's, so why do they complain about ZODB?

This is actually a pro, not a con. :-)
The fact that that DB is also file based, and doesn't require you to set up
an SQL-database is another pro.