]> git.mxchange.org Git - core.git/commit - inc/config.php
Decorators moved, naming convention applied:
authorRoland Häder <roland@mxchange.org>
Tue, 9 Feb 2010 23:55:45 +0000 (23:55 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Feb 2010 23:55:45 +0000 (23:55 +0000)
commit43deb129f6e8a12c37f0df17ad0870d3491bdd34
tree55f1b6e1f3537c831f40fe537e2b1a1cbf02d726
parent99918e8d052600e168a8945b015c27e3f12a7165
Decorators moved, naming convention applied:
- Some generic decorators moved from hub project to this
- The naming convention requires $tplInstance to be not shorted, so
  $templateInstance is the right name
- Interface CompileableTemplate updated
- Deprecated methods removed from BaseTemplateEngine
19 files changed:
.gitattributes
inc/classes/interfaces/template/class_CompileableTemplate.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/decorator/.htaccess [new file with mode: 0644]
inc/classes/main/decorator/class_BaseDecorator.php [new file with mode: 0644]
inc/classes/main/decorator/template/.htaccess [new file with mode: 0644]
inc/classes/main/decorator/template/class_XmlRewriterTemplateDecorator.php [new file with mode: 0644]
inc/classes/main/decorator/xml/.htaccess [new file with mode: 0644]
inc/classes/main/decorator/xml/class_XmlCompactorDecorator.php [new file with mode: 0644]
inc/classes/main/mailer/class_BaseMailer.php
inc/classes/main/template/class_BaseTemplateEngine.php
inc/classes/main/template/console/class_ConsoleTemplateEngine.php
inc/classes/main/template/image/class_ImageTemplateEngine.php
inc/classes/main/template/mail/class_MailTemplateEngine.php
inc/classes/main/template/menu/class_MenuTemplateEngine.php
inc/classes/main/template/web/class_WebTemplateEngine.php
inc/config.php
setup-repos.sh
templates/README.1st [new file with mode: 0644]