superboum/zend-view-jade

There is no license information available for the latest version (v1.0.0) of this package.

Use jade template with Zend

v1.0.0 2015-07-05 20:14 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:25:58 UTC


README

Use Jade inside a Zend 1 Framework project. Should not be considered as stable. Some features are missing. Your objects must me serializable in JSON. Please refer to the PHP documentation for more information.

Installation

You need nodejs + npm + jade installed (sudo npm install -g jade).

cd library
git clone https://github.com/superboum/ZendViewJade

Usage

require_once("ZendViewJade/ZendViewJade.php");
$view = new Zend_View_Jade();