indexSuccess.php 128 Bytes
Newer Older
1 2 3 4 5 6
<?php
use_helper('ApiDocumentation');

$documentation = get_documentation($sf_request->getParameter('q'));

echo $documentation;