Advertisement
darryljf

categories.php

Mar 18th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3.   $Category = new Category($Conn);
  4.  
  5.   $categories = $Category->getAllCategories();
  6.  
  7.   // pass this data to categories.tpl template file
  8.   $smarty->assign('categories',$categories);
  9.  
  10.  ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement