1
0
mirror of synced 2025-01-20 15:31:40 +03:00

6 lines
128 B
PHP
Raw Normal View History

2007-08-31 23:41:48 +00:00
<?php
use_helper('ApiDocumentation');
$documentation = get_documentation($sf_request->getParameter('q'));
echo $documentation;