2017 © Pedro Peláez
 

library jaxon-smarty

Jaxon view renderer for the Smarty template engine

image

jaxon-php/jaxon-smarty

Jaxon view renderer for the Smarty template engine

  • Thursday, June 29, 2017
  • by lagdo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

Jaxon View for Smarty

Render Smarty templates in Jaxon applications., (*1)

Installation

Install this package with Composer., (*2)

"require": {
    "jaxon-php/jaxon-smarty": "~2.0"
}

Usage

Foreach directory containing Smarty templates, add an entry to the app.views section in the configuration., (*3)

    'app' => array(
        'views' => array(
            'demo' => array(
                'directory' => '/path/to/demo/views',
                'extension' => '.tpl',
                'renderer' => 'smarty',
            ),
        ),
    ),

In the application classes, this is how to render a view in this directory., (*4)

    $this->view()->render('demo::/sub/dir/file');

Read the documentation to learn more about views in Jaxon applications., (*5)

The Versions

29/06 2017

dev-master

9999999-dev https://github.com/jaxon-php/jaxon-smarty

Jaxon view renderer for the Smarty template engine

  Sources   Download

BSD-3-Clause

The Requires

 

by Thierry Feuzeu

template php ajax smarty view xajax jaxon

29/06 2017

v2.0.0

2.0.0.0 https://github.com/jaxon-php/jaxon-smarty

Jaxon view renderer for the Smarty template engine

  Sources   Download

BSD-3-Clause

The Requires

 

by Thierry Feuzeu

template php ajax smarty view xajax jaxon

27/06 2017

dev-analysis-8jOZYB

dev-analysis-8jOZYB https://github.com/jaxon-php/jaxon-smarty

Jaxon view renderer for the Smarty template engine

  Sources   Download

BSD-3-Clause

The Requires

 

by Thierry Feuzeu

template php ajax smarty view xajax jaxon

26/05 2017

v2.0-beta.1

2.0.0.0-beta1 https://github.com/jaxon-php/jaxon-smarty

Jaxon view renderer for the Smarty template engine

  Sources   Download

BSD-3-Clause

The Requires

 

by Thierry Feuzeu

template php ajax smarty view xajax jaxon