elroy Posted March 7, 2019 Share Posted March 7, 2019 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 More sharing options...
elroy Posted March 12, 2019 Author Share Posted March 12, 2019 Nikt nie wspomoże Link to comment Share on other sites More sharing options...
design4VIP Posted March 12, 2019 Share Posted March 12, 2019 Ale juz na ktoryms forum czy grupie FB podalem konretne rozwiazanie wskazujac dokladna fukcje. Odnies sie do kontrela Tag:: tam jest juz utworzona funkcja Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now