From: Don S. <do...@se...> - 2003-01-31 17:14:39
|
My current design is for a single listing "type". However you define that type is up to you. You could add generic fields to allow you to list multiple items. However if you were listing only, say, cars, then you could have a manufacturer field and model field etc. Don. On Fri, 31 Jan 2003, Eloi George wrote: > Cool. I can go work on other stuff! > > Next on my list is a Discussion module that interfaces with Comments & > enables you to access module comments as forums. I figured that it might be > easier than trying to interface phpBB or InvisionBoard with phpWS, since the > main problem seems to be that these programs want to handle registrations, > security, display and reporting on their own. This way, in stead of trying > to hit 2 moving targets (phpWS core & thrid-party code) we can just > concentrate on one. My initial design notes have 3 classes: Categories, > Forums, & Topics which will use Comments methods for posting & display. I'm > not sure about Categories, though. I'd like it to interface with FatCat > instead, but can't figure out how to make the Category/Forum display look > decent... > > OK, I'm rambling. > > Don, can you use it for multiple item types? I was hoping for something > that's categorical & templatable, so you can use the one module for houses > and boats and cars and the input, search & display screens will be unique to > each. > > -Eloi- > > > ----- Original Message ----- > From: "Don Seiler" <do...@se...> > To: "Eloi George" <el...@re...> > Cc: <php...@li...> > Sent: Friday, January 31, 2003 11:29 AM > Subject: Re: [Phpwebsite-developers] PhatForm > > > > I'm currently coding a listing module as well, for sites dedicated to > > listing one type of item, like houses or cars or books or whatever. > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |