KTAPI User Guide
Documentation, examples and tutorials for the KnowledgeTree API (KTAPI)
KnowledgeTree Team
This documentation is maintained by the {@link mailto:info@knowledgetree.com KnowledgeTree Team}.
{@toc}
Introduction
This is an introductory blurb about the KTAPI Package.
Examples
This is a blurb about the KTAPI examples offered here.
Example 1
This is KTAPI example one.
Example 1
public function KTAPI_Error($msg, $obj = null)
{
if (PEAR::isError($obj))
{
parent::PEAR_Error($msg . ' - ' . $obj->getMessage());
}
else
{
parent::PEAR_Error($msg);
}
}