Merge pull request #585 from blongden/clarify_php_refs

Removed poor PHP references
This commit is contained in:
Tim Graham 2012-12-14 16:33:16 -08:00
commit 3984ccbcec
5 changed files with 14 additions and 18 deletions

View file

@ -16,9 +16,9 @@ or CheetahTemplate_, you should feel right at home with Django's templates.
.. admonition:: Philosophy
If you have a background in programming, or if you're used to languages
like PHP which mix programming code directly into HTML, you'll want to
bear in mind that the Django template system is not simply Python embedded
into HTML. This is by design: the template system is meant to express
which mix programming code directly into HTML, you'll want to bear in
mind that the Django template system is not simply Python embedded into
HTML. This is by design: the template system is meant to express
presentation, not program logic.
The Django template system provides tags which function similarly to some