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
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
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
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
"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
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
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
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:
> > >
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
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]
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
]
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
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.
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
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
15 matches
Mail list logo