1
0
mirror of synced 2025-01-19 15:01:40 +03:00
2007-08-31 23:41:48 +00:00

6 lines
128 B
PHP

<?php
use_helper('ApiDocumentation');
$documentation = get_documentation($sf_request->getParameter('q'));
echo $documentation;