You are here

property HamlView::$defaults in Sassy 7

*

Type: array default option values.

File

phamlp/Cake/views/haml.php, line 61

Class

HamlView
Haml allows you to write view files in {@link Haml http://haml-lang.com/} and render them using {@link http://phamlp.googlecode.com PHamlP}.

Code

var $defaults = array(
  'ext' => '.haml',
  'useCachePath' => true,
  'filePermission' => 0755,
  'cache' => true,
);