Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
  • templating
  • templating.inc.php
01 Sep, 2005
1 commit
  • Make getSingleton create instances on first call, and also make this ...
    900465b8
    work when the KTTemplating module is included within a function (without
    access to globals via global).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3559 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-01 17:20:26 +0000  
    Browse File »

22 Jul, 2005
2 commits
  • Add the ability to add locations programmatically. ...
    fdc878a5
    Make KTTemplating a singleton of sorts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3451 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 20:47:28 +0000  
    Browse File »
  • KTTemplating is a flexible framework for finding and using templates, ...
    f9b283ff
    allowing multiple search paths and also overriding default templates.
    
    It can support multiple templating languages (but currently hard-codes
    Smarty support), and also can support choosing which of multiple
    instances of a template to use (but currently just uses the last one
    found).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3443 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 13:31:25 +0000  
    Browse File »