What does this file do? Topic is solved

General project discussion. NOT for help questions.
Post Reply
knotty

What does this file do?

Post by knotty »

Seen the        templates_c        file in a number of programs, just wondering what it does?

Thanks...knotty
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: What does this file do?

Post by Ted »

templates_c is where smarty stores it's compiled templates.  To make a long story short, when you send data off to smarty for processing, it takes that template and compiles it down to real php code.  Smarty then caches that template off in the templates_c dir so it's not doing the intensive process of creating php code out of templates on every page load.

If that makes any sense...
knotty

Re: What does this file do?

Post by knotty »

OK, thanks Ted, I got it. It's saving having to do it again.

knotty
Post Reply

Return to “General Discussion”