Example #1
0
 public function enableDebug($value)
 {
     parent::enableDebug($value);
     $this->smarty->debugging = $this->debug;
 }