Skip to content

Prevent Smarty from writing compiled templates

Many tools come with an installation / setup / configuration procedure. At this stage directories needed by the tool or its components usually don't yet exist. For Smarty based systems this poses a problem, as Smarty writes compiled templates to a designated directory. So if the installer is built upon Smarty, the developer is presented a hen/egg problem.

Continue reading "Prevent Smarty from writing compiled templates"