Example #1
0
 public function __construct()
 {
     $this->path = Sydney_Tools_Paths::getLocalPath() . '/layouts/';
 }
Example #2
0
 /**
  *
  */
 protected function loadInstanceViewHelpers()
 {
     $localInstanceHelpersPath = Sydney_Tools_Paths::getLocalPath() . '/library/View/Helper';
     if (file_exists($localInstanceHelpersPath)) {
         $this->view->addHelperPath($localInstanceHelpersPath, 'Publicms_View_Helper');
     }
 }