Slim with Smarty init


SUBMITTED BY: Guest

DATE: Feb. 25, 2014, 11:40 a.m.

FORMAT: PHP

SIZE: 110 Bytes

HITS: 944

  1. $app = new \Slim\Slim(array(
  2. 'debug' => true,
  3. 'view' => new \Slim\Views\Smarty()
  4. ));

comments powered by Disqus