Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. class Template extends Db {
  4.  
  5. public $vars;
  6. public $template;
  7.  
  8. function parseTemplate($template) {
  9.  
  10. $vars = select("template", "WHERE active = 'true'", "", "LIMIT 0,1");
  11.  
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment