Great stuff Aaron, but I don't think this group mailing list is the
proper venue for a discussion of this nature.
I'll respond to your DB question over here
http://www.phptalk.com/forum/topic/3955-help-with-db-schema/
- Kev
On Jun 15, 1:05 pm, Aaron Infidel <
aa...@lifeiscontent.net> wrote:
> Thanks Kev!
>
> Screen shot 2010-05-28 at 4.56.17 PM.png
> 82KViewDownload
>
>
>
> So, here is my DB Schema,
>
> Rolls:
>
> Users can have many jobs.
> Users have 1 profile.
> Users can have many comments
> Users with the job of reporter can have many news/event entries.
> Users with the job of photographer can have many albums/photos.
> Users with the job of videographer can have many videos.
> Users with the job of dj can have many tracks.
> Users with the job of designer can have many wallpapers.
>
> All Entries can have many tags
> All Entries can have many comments
>
> Problems:
>
> I don't know how to create a way to have both photos grouped in albums and have comments on them.
>
> Ideas I would like integrated but don't know how to do it.
>
> tag users in photos like facebook does.
> assign profile photo to user
> assign key photo to entry
>
> Thanks for taking a look.
>
> -Aaron