Welcome Guest, Not a member yet? Register   Sign In
Which template system should I use ?
#17

[eluser]Rick Jolly[/eluser]
[quote author="EugeneS" date="1192049485"]say me please what the purpose to use template engine in CI ?

answer to this question firstly and then try to answer to another:
why i cant use alternate php syntax in the views?

what the difference between template engine in CI and views with the alternative php syntax?[/quote]
I just wanted to build on miau's answer to this.

Many template engines provide more than just shorter syntax.

I've said that Html_Template_Flexy has form controls equivalent to asp.net (in fact any html element can be a dynamic object modifiable in the controller). You couldn't do that with php in your view without the view becoming a complete mess.

Phptal puts logic within the html elements using valid html namespaces. That allows you to add logic to html transparently. Again, you couldn't do that with php in your view without the view becoming a complete mess.

Most template engines will html escape your dynamic text automatically by default to avoid xss security holes.

Smarty and phptal have modifiers that are shortcuts to helper methods. You don't have to write/include the helpers yourself. The sytax is also shorter and simpler. A small difference, but we've been looking at php so long I think we forget the value that a bit of simplification can add for others.


Messages In This Thread
Which template system should I use ? - by El Forum - 10-09-2007, 03:52 PM
Which template system should I use ? - by El Forum - 10-09-2007, 06:02 PM
Which template system should I use ? - by El Forum - 10-09-2007, 07:51 PM
Which template system should I use ? - by El Forum - 10-09-2007, 08:07 PM
Which template system should I use ? - by El Forum - 10-09-2007, 08:14 PM
Which template system should I use ? - by El Forum - 10-09-2007, 09:44 PM
Which template system should I use ? - by El Forum - 10-10-2007, 01:21 AM
Which template system should I use ? - by El Forum - 10-10-2007, 05:11 AM
Which template system should I use ? - by El Forum - 10-10-2007, 07:46 AM
Which template system should I use ? - by El Forum - 10-10-2007, 09:22 AM
Which template system should I use ? - by El Forum - 10-10-2007, 09:47 AM
Which template system should I use ? - by El Forum - 10-10-2007, 09:51 AM
Which template system should I use ? - by El Forum - 10-10-2007, 10:53 AM
Which template system should I use ? - by El Forum - 10-10-2007, 11:56 AM
Which template system should I use ? - by El Forum - 10-10-2007, 12:03 PM
Which template system should I use ? - by El Forum - 10-10-2007, 12:23 PM
Which template system should I use ? - by El Forum - 10-10-2007, 12:28 PM
Which template system should I use ? - by El Forum - 10-10-2007, 12:36 PM
Which template system should I use ? - by El Forum - 10-10-2007, 01:40 PM
Which template system should I use ? - by El Forum - 10-10-2007, 01:57 PM
Which template system should I use ? - by El Forum - 10-12-2007, 09:30 AM
Which template system should I use ? - by El Forum - 10-12-2007, 01:53 PM
Which template system should I use ? - by El Forum - 10-20-2007, 03:43 AM
Which template system should I use ? - by El Forum - 10-20-2007, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB