Table Of Contents
 

RADFaq

Author : Daniel Mackey Email : dan@digital-crew.com Date Added : 31/12/2006 14:00 PM Last Edited : 31/12/2006 14:00 PM by Daniel Mackey
RADFaqRADFaq is a RAD component to create a fully functional Frequently Asked Questions component.

FAQs can be grouped by category or sub-category and has a quick jump function.

How Easy Is It To Implement?

Simple. Simply install the RadFaq package on your ColdFusion server and call the following code:

<cf_dccom component="RADFaq" datasource="myDatasource" username="user1" password="password"></cf_dccom>

What about a database?

Also Simple. All RAD components automatically create the required tables for you. All you have to do is create a datasource pointing to your database and supply that information to the component. You can use an existing database or create a new one.

Every RAD component supports the following databases:

  • MSAccess
  • MSSQL Server
  • MYSQL

What if I want multiple instances in the same website?

You can run multiple instances of the same component on your website by passing in an instanceName attribute.

For example, if you have a website and needed two distinct FAQ sections, you can pass different instanceName attributes to the same component and have different content served up. All the content is segregated and managed using the same Administration Section.

In This Library Section: