6 lines
128 B
PHP
6 lines
128 B
PHP
|
<?php
|
||
|
use_helper('ApiDocumentation');
|
||
|
|
||
|
$documentation = get_documentation($sf_request->getParameter('q'));
|
||
|
|
||
|
echo $documentation;
|