summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorBen Longden <blongden@inviqa.com>2012-12-13 13:20:47 +0000
committerTim Graham <timograham@gmail.com>2012-12-14 19:33:48 -0500
commit0c3e4848b63574f0f02528bb15a4cfbd23333bc8 (patch)
tree69d56ab99ed8563cfbb87714a1f8d3a9b234a7e3 /docs/misc
parent44e56238d79890176a747181d32fbc53be157706 (diff)
[1.5.X] Removed PHP references
Backport of 55a2d5b577 from master
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/design-philosophies.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt
index c4fb582df9..0101da9586 100644
--- a/docs/misc/design-philosophies.txt
+++ b/docs/misc/design-philosophies.txt
@@ -203,9 +203,6 @@ We see a template system as a tool that controls presentation and
presentation-related logic -- and that's it. The template system shouldn't
support functionality that goes beyond this basic goal.
-If we wanted to put everything in templates, we'd be using PHP. Been there,
-done that, wised up.
-
Discourage redundancy
---------------------