Jump to content

Własna strona z listą wszystkich tagów [1.7]


elroy

Recommended Posts

Cześć 

Stworzyłem sobie w Preście 1.7 kontroller w /controller/front/TestController.php, dodałem do listy stron i wyświetla mi ładnie własną stronę z szablonu test.tpl pod adresem domain.com/test

Potrzebowałbym jednak aby na tej własnej stronie pobrać i wyświetlić wszystkie dodane tagi w sklepie. Zapytanie sql jest proste, ale coś nie umiem tego pogodzić w kontrolerze, a później w szablonie.

Dzięki za pomoc!

 

<?php
class TestControllerCore extends FrontController
{
public $php_self = 'test';

public function initContent()
{
$this->context->smarty->assign(
);

parent::initContent();
$this->setTemplate('test');
}

}

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...