- Make a start on completing the phpDoc comments for the template engine
commitf0bd40606c43ce2a7d4b2aeda5cacdc0dde11180
authortoonarmy <toonarmy@89ea8834-ac86-4346-8a33-228a782c2dd0>
Mon, 24 Nov 2008 21:59:33 +0000 (24 21:59 +0000)
committertoonarmy <toonarmy@89ea8834-ac86-4346-8a33-228a782c2dd0>
Mon, 24 Nov 2008 21:59:33 +0000 (24 21:59 +0000)
tree28bb6252017cb568046517b4bfd4b9a9904aee0f
parente08dc0a8c364a5f684161d9af1208faec6e3534b
- Make a start on completing the phpDoc comments for the template engine
- Tidy template engine code, mainly PHP5 stuff, made some methods void instead of just returning true
- Add tests for the remaining untested compilation code

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@9115 89ea8834-ac86-4346-8a33-228a782c2dd0
phpBB/includes/functions_template.php
phpBB/includes/template.php
tests/template/template.php
tests/template/templates/basic.html
tests/template/templates/define.html
tests/template/templates/expressions.html
tests/template/templates/lang.html [new file with mode: 0644]
tests/template/templates/loop.html