Re: [Zope] How to start developing in zope

2000-07-31 Thread Nico Grubert
Date: Thu, 27 Jul 2000 06:42:39 -0400 (EDT) From: Firestar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Zope] How to start developing in zope Hi, I have read through(and tried out) the tutorials and Guides at Zope.org, and now eager to port my company's website over to Zope. (The website

Re: [Zope] How to start developing in zope

2000-07-30 Thread Kapil Thangavelu
Firestar wrote: Hi, I have read through(and tried out) the tutorials and Guides at Zope.org, and now eager to port my company's website over to Zope. (The website was originally programmed in PHP) In my original design, I used OOP mainly. I defined each section(e.g. News, Events,

Re: [Zope] How to start developing in zope

2000-07-30 Thread Firestar
--Original Message-- From: Kapil Thangavelu [EMAIL PROTECTED] To: Firestar [EMAIL PROTECTED] Sent: July 30, 2000 3:21:54 PM GMT Subject: Re: [Zope] How to start developing in zope acquistion is an integral part of zope and is pretty powerful for simplifying design and implementation

Re: [Zope] How to start developing in zope

2000-07-30 Thread Curtis Maloney
On Mon, 31 Jul 2000, Firestar wrote: Hi, thanks for your reply. Is acquisition similar to the concept of 'inheritance' in OOP? (or more?) I heard of this 'algebra of acquisition' written by someone...is it essential and where can i find it? TIA. In many ways, yes. Acquisition is very

[Zope] How to start developing in zope

2000-07-27 Thread Firestar
Hi, I have read through(and tried out) the tutorials and Guides at Zope.org, and now eager to port my company's website over to Zope. (The website was originally programmed in PHP) In my original design, I used OOP mainly. I defined each section(e.g. News, Events, Products) as a class by itself,