Cheetah
templates
tmpl_alt
scripts
ChTemplSearchResult.php
Go to the documentation of this file.
1
<?
php
2
8
require_once( CH_DIRECTORY_PATH_BASE .
'scripts/ChBaseSearchResult.php'
);
9
10
class
ChTemplSearchResult
extends
ChBaseSearchResult
11
{
12
function
__construct
()
13
{
14
parent::__construct();
15
}
16
}
php
ChTemplSearchResult\__construct
__construct()
Definition:
ChTemplSearchResult.php:12
ChTemplSearchResult
Definition:
ChTemplSearchResult.php:11
ChBaseSearchResult
Definition:
ChBaseSearchResult.php:13
Generated by
1.8.20