/sources/news2.php

Description
Functions
facebook_wall_news_update (line 32)

Update news to facebook wall

  • return: Returns the success status of function
boolean facebook_wall_news_update (AUTO_LINK $id, SHORT_TEXT $title, SHORT_TEXT $message, BINARY $validated, AUTO_LINK $main_news_category_id, [boolean $update = true])
  • AUTO_LINK $id: The ID of the news
  • SHORT_TEXT $title: News title
  • SHORT_TEXT $message: Message
  • BINARY $validated: Whether the news has been validated
  • AUTO_LINK $main_news_category_id: Main news category's id
  • boolean $update: Current process indication. If it is update, need to check it's old "validated" state
get_wordpress_data (line 313)

Get data from wordpress db

  • return: Result array
array get_wordpress_data ()
import_wordpress_db (line 152)

Import wordpress db

void import_wordpress_db ()
twitter_news_update (line 107)

Update news to twitter.

  • return: Returns the success status of function
boolean twitter_news_update (AUTO_LINK $id, SHORT_TEXT $message, BINARY $validated, AUTO_LINK $main_news_category_id, [boolean $update = true])
  • AUTO_LINK $id: The ID of the news
  • SHORT_TEXT $message: Message
  • BINARY $validated: Whether the news has been validated
  • AUTO_LINK $main_news_category_id: Main news category's id
  • boolean $update: Current process indication. If it is update, need to check it's old "validated" state

Documentation generated on Sun, 02 Jan 2011 23:18:48 +0000 by phpDocumentor 1.4.3