function initialize(){ $this->setProperty("sort", "title"); return parent::initialize(); } function prepareQueryAfterCount(xPDOQuery $c){ $c = parent::prepareCountAfterQuery($c); $c->select(array( "pagetitle as title", )); return $c; }
Memory: 9.0521 Mb TotalTime: 0.1242 s
{block name=styles} <link href="{$pre_template_url}css/style.css" rel="stylesheet" type="text/css" /> {/block}