riaForgeCFC Added To RIAForge
I just added my riaForgeCFC package to RIAForge - wow, that's confusing ;). Essentially riaForgeCFC is a component that retrieves data about your RIAForge projects.
Currently there are two methods:
- getProjectInfo returns a query containg a row for each of your RIAForge projects. (pass in the individual project name)
- getBlogInfo returns a structure of your RIAForge blog rss feed including a query of your latest posts.
Future support for forum RSS feeds will be added.
To use riaForgeCFC, init the component like such passing the uid for your xml feed (see sample in zip):
<cfset riaForge = createObject("component", "riaForge").init(projectUid)>
And yes, I did clean up the code from my UDF yesterday. Obviously that method could have been simplified.
Check it out and download here http://riaForgeCFC.riaforge.org



There are no comments for this entry.
[Add Comment]