Skip to content

Instantly share code, notes, and snippets.

@complex857
Created April 5, 2013 12:48
Show Gist options
  • Save complex857/5319040 to your computer and use it in GitHub Desktop.
Save complex857/5319040 to your computer and use it in GitHub Desktop.
<?php
class MY_Controller extends CI_Controller {
public function __construct() {
parent::__construct();
require_once APPPATH. '/libraries/MtHaml/Autoloader.php'; // or whereever you put that file
\MtHaml\Autoloader::register();
$this->haml = new MtHaml\Environment('twig');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment