2017 © Pedro Peláez
 

library lib-template-smarty

Smarty engine for the template library of the Ride framework.

image

ride/lib-template-smarty

Smarty engine for the template library of the Ride framework.

  • Saturday, October 15, 2016
  • by ride-user
  • Repository
  • 7 Watchers
  • 0 Stars
  • 2,832 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 2 % Grown

The README.md

Ride: Template Library (Smarty)

Smarty engine for the template library of the PHP Ride framework., (*1)

Read the documentation for Smarty., (*2)

Code Sample

Check this code sample to see how to initialize this library:, (*3)

use ride\library\template\engine\SmartyEngine;
use ride\library\template\engine\SmartyResourceHandler;

function createSmartyTemplateEngine(System $system) {
    $resourceHandler = new SmartyResourceHandler($system->getFileBrowser(), 'view/smarty');
    $compileDirectory = $system->getFileSystem()->getFile('/path/to/compile/cache');
    $escapeHtml = true;

    $engine = new SmartyEngine($resourceHandler, $compileDirectory, $escape);
    $engine->addPublicDirectory('/path/to/plugins');

    return $engine;
}

Implementations

You can check the related implementations of this library: - ride/app-template-smarty - ride/lib-template - ride/web-template-smarty - ride/web-template-smarty-asset - ride/web-template-smarty-minifier, (*4)

Installation

You can use Composer to install this library., (*5)

composer require ride/lib-template-smarty

The Versions

15/10 2016

dev-master

9999999-dev

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

15/10 2016

dev-develop

dev-develop

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

15/10 2016

1.0.1

1.0.1.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

07/10 2016

1.0.0

1.0.0.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

22/01 2015

0.6.5

0.6.5.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

06/01 2015

0.6.4

0.6.4.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

19/12 2014

0.6.3

0.6.3.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

19/12 2014

0.6.2

0.6.2.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

09/12 2014

0.6.1

0.6.1.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

19/11 2014

0.6.0

0.6.0.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

18/09 2014

0.5.0

0.5.0.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

27/04 2014

0.4.0

0.4.0.0

Smarty engine for the template library of the Ride framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

07/02 2014

0.3.2

0.3.2.0

Smarty engine for the template library of the Pallo framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

17/12 2013

0.3.1

0.3.1.0

Smarty engine for the template library of the Pallo framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

12/12 2013

0.3.0

0.3.0.0

Smarty engine for the template library of the Pallo framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

28/11 2013

0.2.1

0.2.1.0

Smarty engine for the template library of the Pallo framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

26/11 2013

0.2.0

0.2.0.0

Smarty engine for the template library of the Pallo framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

24/10 2013

0.1.1

0.1.1.0

Smarty engine for the template library of the Pallo framework.

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd