Skip to content

Laminas module providing a Smarty rendering strategy

License

Notifications You must be signed in to change notification settings

gkralik/laminas-smarty-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laminas-smarty-module

This is a module for integrating the Smarty template engine with Laminas.

Based on gkralik/zf3-smarty-module.

Installation with Composer

Installing via Composer is the only supported method.

$ composer require gkralik/laminas-smarty-module:^3.0.0

Add the module to your applications configuration to enable it:

'modules' => [
  'GKralik\SmartyModule',
  // ...
]

Configuration

For information on supported options refer to the module config file.

There is also a sample configuration file with all available configuration options.

You can set options for the Smarty engine under the smarty_options configuration key (eg force_compile, etc).

Pay attention to the compile_dir and cache_dir keys. Smarty needs write access to the directories specified there.

Documentation

Using Zend Framework view helpers

Using view helpers of Laminas is supported. Just call the view helper as you would do in a PHTML template:

{$this->doctype()}

{$this->basePath('some/path')}

About

Laminas module providing a Smarty rendering strategy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages