Создаете свой контроллер
<?php
class MyPageController extends FrontController {
public function init() {
parent::init ();
}
public function initContent() {
parent::initContent ();
$this->setTemplate ( _PS_THEME_DIR_ . mypage . tpl );
}
/*
*Создаете методы с запросами к бд
*/
}
В шаблоне mypage . tpl можно выводить результаты