candycane / branches / master / app / app_helper.php

history
<?php
class AppHelper extends Helper
{
  var $Settings;
  
  function __construct()
  {
    $this->Settings =& ClassRegistry::getObject('Setting');
    parent::__construct();
  }
}