What's new? | Help | Directory | Sign in
Google
awi
                
Search
for
Updated Jan 31, 2007 by tmeister
TODO  
TODO LIST
  • getRecentComments($limit)
  • getFullPosts($page, $count)
  •    ex. getFullPosts(1, 10); // return the last 10 post with full data
           getFullPosts(2, 10); // return from post 11 to post 20 with full data
  • getBlogOption($type)
  •    ex. getBlogOption("name")          //Return name's blog
           getBlogOption("description")   //Return name's Dexription
           getBlogOption("rss")           //Return feed url 
           getBlogOption("rssComments")   //Return comments feed url 
  • getCategories have to return cat_ID and cat_name
  • getPages
  • getCalendar

Sign in to add a comment