MitchellMcKenna pushed to master at MitchellMcKenna/LifePress

June 14 2012, 10:06pm

MitchellMcKenna pushed to master at MitchellMcKenna/LifePress June 15, 2012 MitchellMcKenna committed 47e6cb9 Feed Model Optomization & Cleanup
  • Functions which returned also returned the number of items for a given feed now do so in a single db query and is now optional.
  • add_feed function now returns feed, with insert id
  • Removed the _process function which appends the number of items for a given feed.
  • Add: New function get_item_count() to get the number of items for a given feed id.
  • Add: New function get_active_feed_domains replaces passing $group = TRUE to get_active_feeds().
  • Add: php docs added to all functions.