Re: [PHP] What the heck is this Zope?

2002-08-09 Thread Lee P. Reilly
My two cents: I used Zope a while back for a university project, and I've been using PHP for the best part of a year. Zope is very similar to PHP, but Zope is better suited for the novice web designer / developer. Zope makes it easy to interact with databases and allows you to iterate through a r

Re: [PHP] What the heck is this Zope?

2002-08-09 Thread ed
Check this page out: http://www.zope.org/WhatIsZope .. And click the links on that page too. I don't know much about it. But what I gather is that it's sort of like an open source "cold fusion" type application written in python. Not that it necissarily resembles cold fusion in any way, but that

Re: [PHP] What the heck is this Zope?

2002-08-09 Thread Jason Wong
On Friday 09 August 2002 21:59, Chris Garaffa wrote: > On Friday, August 9, 2002, at 07:27 AM, Jason Wong wrote: > >> Which is better PHP or Zope? > > > > How long is a piece of string? > > Twice the length of one of its halves. So what's that in metric? > Sorry. Couldn't resist. Ditto. -- Ja

Re: [PHP] What the heck is this Zope?

2002-08-09 Thread Chris Garaffa
On Friday, August 9, 2002, at 10:07 AM, Kondwani Spike Mkandawire wrote: > > "Chris Garaffa" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> On Friday, August 9, 2002, at 07:27 AM, Jason Wong wrote: >> Which is better PHP or Zope? >>> >>> How long is a p

Re: [PHP] What the heck is this Zope?

2002-08-09 Thread Kondwani Spike Mkandawire
"Chris Garaffa" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Friday, August 9, 2002, at 07:27 AM, Jason Wong wrote: > > >> Which is better PHP or Zope? > > > > How long is a piece of string? > > Twice the length of one of its halves. > c. > What if the St

Re: [PHP] What the heck is this Zope?

2002-08-09 Thread Chris Garaffa
On Friday, August 9, 2002, at 07:27 AM, Jason Wong wrote: >> Which is better PHP or Zope? > > How long is a piece of string? Twice the length of one of its halves. Sorry. Couldn't resist. c. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] What the heck is this Zope?

2002-08-09 Thread Jason Wong
On Friday 09 August 2002 18:09, Deependra b. Tandukar wrote: > What the heck is this Zope? Try asking on the zope mailing list, or read up on www.zope.org > Which is better PHP or Zope? How long is a piece of string? Horses for courses. You pays your money and takes your choice. Zope is base

Re: [PHP] What the heck is this

2001-07-11 Thread Christian Reiniger
t; > To: "Adam" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, July 11, 2001 2:12 AM > Subject: Re: [PHP] What the heck is this > > > That's a classy question . > > > > At 23:11 10/07/2001 -0700, Adam wrote: > > >

RE: [PHP] What the heck is this

2001-07-11 Thread Ben Bleything
Ack! The travesty! Opportunities for OOP are literally everywhere! => => Ben -Original Message- From: Adam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:26 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] What the heck is this ahh so it's for classes, then i

Re: [PHP] What the heck is this

2001-07-11 Thread Adam
ahh so it's for classes, then i'm fine because i haven't fount a use for that yet. -Adam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] What the heck is this

2001-07-10 Thread Brian White
If you have an object, it is the operator that allows you to pick out attributes and methods of the object: eg: class A { // constructor function A( $text ) { $this->text = $text; } function Print() { print $this->text; } } $anA = new A("BOO

RE: [PHP] What the heck is this

2001-07-10 Thread Warren Vail
] Subject: Re: [PHP] What the heck is this I've done quite a bit of php coding in the past few months but never had the need to use this and therefore never learned anything about it. It's hard to ask about it because i have NO idea what it is at all. Is it to give spanning values? I was wou

Re: [PHP] What the heck is this

2001-07-10 Thread Adam
I've done quite a bit of php coding in the past few months but never had the need to use this and therefore never learned anything about it. It's hard to ask about it because i have NO idea what it is at all. Is it to give spanning values? I was woundering if anyone knew specifically what it did.

Re: [PHP] What the heck is this

2001-07-10 Thread Chris Anderson
The way you have it leads me to believe you are talking about for..each loops - Original Message - From: "Brian White" <[EMAIL PROTECTED]> To: "Adam" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 2:12 AM Subject: Re: [P

Re: [PHP] What the heck is this

2001-07-10 Thread Brian White
That's a classy question . At 23:11 10/07/2001 -0700, Adam wrote: >I've seen this around alot ($a->$z) and i'm woundering what it is and what >it does. I'm specifcally talking about the arrow thingy "->". I've never >seen it before so i was kinda curious. > >thanks >-Adam > > > >-- >PHP Gener