Re: [PHP] blog design issue...

2010-03-20 Thread Rene Veerman
i'd go with "tags" over categories, because you can add multiple tags to a single blog post. table posts: postID integer ... table post_tags: postID integer tagID integer tagPercentageApplies float /* optional, not the industry standard */ table tags: tagID integer tagName varchar On Sat, Mar

Re: [PHP] blog design issue...

2010-03-20 Thread Dan McCullough
Table is the way to go for all the reasons that Rob mentioned. > > This is going to be a small blog to start, but I guess I should always be >> looking at performance, security, & maintainability right? >> > > Good way to start is start small and build a strong base around a good database, good

Re: [PHP] blog design issue...

2010-03-20 Thread tedd
At 11:40 AM -0400 3/20/10, Jason Pruim wrote: I know you are all probably thinking "What does this have to do with PHP?" and in reality... It's probably stretching it a little bit... BUT I am in the process of writing a blog software (Yes I'm aware of all the open source, and paid stuff out the

Re: [PHP] blog design issue...

2010-03-20 Thread Richard
Hi, > eg.4&2=6. Oops, that should be 4|2 = 6. -- Richard Heyes HTML5 canvas graphing: RGraph - http://www.rgraph.net (updated 13th March) Lots of PHP and Javascript code - http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP] blog design issue...

2010-03-20 Thread Robert Cummings
Jason Pruim wrote: I know you are all probably thinking "What does this have to do with PHP?" and in reality... It's probably stretching it a little bit... BUT I am in the process of writing a blog software (Yes I'm aware of all the open source, and paid stuff out there... I'm doing this to

Re: [PHP] blog design issue...

2010-03-20 Thread Richard
Hi, > I know you are all probably thinking "What does this have to do with PHP?" > and in reality... It's probably stretching it a little bit... BUT I am in > the process of writing a blog software (Yes I'm aware of all the open > source, and paid stuff out there... I'm doing this to learn :)) I a

Re: [PHP] blog design issue...

2010-03-20 Thread Ashley Sheridan
On Sat, 2010-03-20 at 11:40 -0400, Jason Pruim wrote: > I know you are all probably thinking "What does this have to do with > PHP?" and in reality... It's probably stretching it a little bit... > BUT I am in the process of writing a blog software (Yes I'm aware of > all the open source, and

[PHP] blog design issue...

2010-03-20 Thread Jason Pruim
I know you are all probably thinking "What does this have to do with PHP?" and in reality... It's probably stretching it a little bit... BUT I am in the process of writing a blog software (Yes I'm aware of all the open source, and paid stuff out there... I'm doing this to learn :)) I am loo