An Introduction to Zope Zope is a next-generation Open Source application server and
portal toolkit developed by
Digital Creations and a large active community of users.
It runs on nearly all UNIX platforms as well as Windows NT and
can be used with most popular web servers or its own built in
web server. Zope is written (and extensible with) Python, a powerful
object-oriented programming language, with performance sensitive
components written in C.
| Name: |
Ze Octavio |
| Subject: |
Re: Zope vs PHP ? |
| Date: |
08-09-1999 07:30AM |
>Thats a bad example.
Ok, was not the better Example... But exists a lot of anothers...
> Fact of the matter is, >you can, like I do, use includes in PHP. If >you have a million billion trillion files >in PHP, they can all use the include >function to point to a single script which >connects the the database.
> I've had to change >KnowPost.com's database a couple times, and >all its taken is the modification of one >single file.
Yes you can, but the problem IS, you are storing the connections in a file right ? so you have to make a absolute reference to this file. The connections with databases are objects in ZODB. So you dont have to make absolute references in the filesystem, just appoint to the object.
Another point is acquisition, a powerful way to make references to objects.
> Its also unfair to >compare the two. Zope is an application >server, like Cold Fusion. PHP is a >language. There's a strong difference >between the two. You're better off >rephrasing it Python vs. PhP.
Yes the difference is unbelivable...
> The thing that makes >PHP great is its ability to install as an >Apache module, and its extensive database >support. Something Zope hasn't shown me it >can do as well.
I am not saying that PHP isnt powerful, I like too much PHP, but when I knew Zope I saw the difference. Zope have support to databases, and access them with extremely intelligence. I think you will like when saw it.
> They are two very >different beasts. You can compare Zope to >Cold Fusion. And you can compare PhP to >python. But you cannot compare >Python to >ColdFusion, or PhP to Zope.
Yes you are right, but we already compared Zope with the another solutions like ColdFusion, WebObjets, Vignnete StoryServer, and etc...
Zope was our choice, is free, open source, robust, powerful and with a very good support from Digital Creations.
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the Zope Forum!
New On DevShed:
Hot Forum Topics:
|