Feed, how would you construct one?
- gumOnShoe
-
gumOnShoe
- Member since: May. 29, 2004
- Offline.
-
- Send Private Message
- Browse All Posts (15,244)
- Block
-
- Forum Stats
- Member
- Level 15
- Blank Slate
I'd like to make one, there's multiple tables I'd like to pull from.
Forums, comments, cards posted, etc. (www.gumonshoe.net)
Question is, should I create a table just for feeds or pull all the data from the things that exist? Thoughts?
- Scyllinice
-
Scyllinice
- Member since: Mar. 4, 2009
- Offline.
-
- Forum Stats
- Member
- Level 01
- Blank Slate
At 4/25/12 08:47 PM, gumOnShoe wrote: I'd like to make one, there's multiple tables I'd like to pull from.
Forums, comments, cards posted, etc. (www.gumonshoe.net)
Question is, should I create a table just for feeds or pull all the data from the things that exist? Thoughts?
If you don't need it to be fully dynamic, generate one with a cron job and serve that. If you need it to be completely dynamic, go ahead and build it on the fly.


