• Publicity: Public Only All

faq-procs.tcl

Faq Library - Reply Handling

Location:
packages/faq/tcl/faq-procs.tcl
Created:
2004-03-31
Authors:
Ben Adida
by Gerardo Morales

Procedures in this file

Detailed information

faq::get_instance_info (public)

 faq::get_instance_info -arrayname arrayname -faq_id faq_id

returns the name of the FAQ and whether to display questions and their answers all on the listing page or on separate pages

Switches:
-arrayname
(required)
-faq_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_faq_create_and_retrieve faq_create_and_retrieve (test faq) faq::get_instance_info faq::get_instance_info test_faq_create_and_retrieve->faq::get_instance_info db_0or1row db_0or1row (public) faq::get_instance_info->db_0or1row packages/faq/www/categories/categorize.tcl packages/faq/ www/categories/categorize.tcl packages/faq/www/categories/categorize.tcl->faq::get_instance_info packages/faq/www/one-faq.tcl packages/faq/ www/one-faq.tcl packages/faq/www/one-faq.tcl->faq::get_instance_info

Testcases:
faq_create_and_retrieve

faq::new (public)

 faq::new [ -faq_id faq_id ] -faq_name faq_name [ -separate ] \
    [ -package_id package_id ] [ -user_id user_id ] \
    [ -creation_ip creation_ip ]

Creates a new FAQ.

Switches:
-faq_id
(optional)
-faq_name
(required)
-separate
(boolean) (optional)
-package_id
(optional)
-user_id
(optional)
-creation_ip
(optional)
Returns:
integer faq_id

Partial Call Graph (max 5 caller/called nodes):
%3 test_faq_create_and_retrieve faq_create_and_retrieve (test faq) faq::new faq::new test_faq_create_and_retrieve->faq::new ad_conn ad_conn (public) faq::new->ad_conn db_exec_plsql db_exec_plsql (public) faq::new->db_exec_plsql db_nextval db_nextval (public) faq::new->db_nextval packages/faq/www/admin/faq-new-2.tcl packages/faq/ www/admin/faq-new-2.tcl packages/faq/www/admin/faq-new-2.tcl->faq::new

Testcases:
faq_create_and_retrieve
[ show source ]