[TYPO3-core] RFC: #13415: [Feature] Missing "more link" in indexed_search result list

Steffen Kamper ks at dislabs.de
Sun Feb 7 19:53:13 CET 2010


Hi,

just a remark:

Instead of generating same link twice, please generate only one link,
it's better for performance.

$detailLink = $this->linkPage($row['page_id'], '|', $row, $markUpSwParams);
$more_link_url = $this->cObj->lastTypoLinkUrl;
$title = str_replace('|', htmlspecialchars($this->makeTitle($row)), 
$detailLink;
$moreLink  = str_replace('|', $this->pi_getLL('link_more', TRUE), 
$detailLink;

and please use CGL (spaces mostly)

vg Steffen


More information about the TYPO3-team-core mailing list