On Mon, Jul 29, 2002 at 07:45:10PM +0200, Axel Gebauer wrote:
> Hello,
> I have some wishes, too. The object article should get some new
> entities others should be changed. I am thinking of:
> - subtitle
Use parameters to store whatever you need and is absent from 'standard'
fields.
> - calstart: datetime instead of date only
no, use appropriate PHP functions to format dates because many people want
to have dates formated according locale information and MySQL can't do it
for us in any case.
> - author: varchar instead of int (?)
No, author is a link to person table's entry with the same id.
> - extra1: varchar(64000) instead of varchar(255)
Don't see any sense, use parameters for that.
--
/ Alexander Bokovoy
---
jogger, n.:
An odd sort of person with a thing for pain.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]