Welcome Guest, Not a member yet? Register   Sign In
Combine CodeIgniter with Smarty
#16

[eluser]Rick Jolly[/eluser]
[quote author="Edemilson Lima" date="1200936228"]...does it have two cache folders? One for PHP compiled files and another one for rendered HTML files?[/quote]
Exactly. Since caching is optional, the cache folder is optional.

[quote author="Edemilson Lima" date="1200936228"]
...in any case, is better to write a view with pure PHP than write a template that will be parsed and then executed to produce the content cache. You will always gain performance if you cut off one step. Don't you? And also you will save a lot of server memory if you don't load a huge unnecessary library. Isn't that true?[/quote]
Well, remember that the template is only parsed/compiled once. But it is true that in all cases the main Smarty class file is loaded causing a small performance hit and using some memory. I think that is the only argument against Smarty that holds water. But to say it's better to use php for the template isn't always true. Besides the small performance difference, there are other things to consider.


Messages In This Thread
Combine CodeIgniter with Smarty - by El Forum - 12-15-2007, 01:21 PM
Combine CodeIgniter with Smarty - by El Forum - 12-15-2007, 01:32 PM
Combine CodeIgniter with Smarty - by El Forum - 12-15-2007, 02:10 PM
Combine CodeIgniter with Smarty - by El Forum - 12-16-2007, 10:39 AM
Combine CodeIgniter with Smarty - by El Forum - 01-04-2008, 05:42 AM
Combine CodeIgniter with Smarty - by El Forum - 01-04-2008, 12:36 PM
Combine CodeIgniter with Smarty - by El Forum - 01-19-2008, 05:39 AM
Combine CodeIgniter with Smarty - by El Forum - 01-19-2008, 06:06 AM
Combine CodeIgniter with Smarty - by El Forum - 01-19-2008, 11:44 AM
Combine CodeIgniter with Smarty - by El Forum - 01-19-2008, 02:32 PM
Combine CodeIgniter with Smarty - by El Forum - 01-20-2008, 04:55 AM
Combine CodeIgniter with Smarty - by El Forum - 01-20-2008, 12:09 PM
Combine CodeIgniter with Smarty - by El Forum - 01-20-2008, 06:32 PM
Combine CodeIgniter with Smarty - by El Forum - 01-21-2008, 12:34 AM
Combine CodeIgniter with Smarty - by El Forum - 01-21-2008, 05:23 AM
Combine CodeIgniter with Smarty - by El Forum - 01-21-2008, 10:56 AM
Combine CodeIgniter with Smarty - by El Forum - 01-21-2008, 03:44 PM
Combine CodeIgniter with Smarty - by El Forum - 01-21-2008, 04:34 PM
Combine CodeIgniter with Smarty - by El Forum - 09-01-2008, 01:46 AM
Combine CodeIgniter with Smarty - by El Forum - 10-18-2008, 08:45 PM
Combine CodeIgniter with Smarty - by El Forum - 07-02-2009, 09:29 AM
Combine CodeIgniter with Smarty - by El Forum - 07-02-2009, 11:29 AM
Combine CodeIgniter with Smarty - by El Forum - 05-10-2012, 11:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB