Пример #1
0
 /**
  * Get a list of directories where to search for helpers
  *
  * @return	array
  */
 public static function getIncludePaths()
 {
     if (!isset(self::$_paths)) {
         self::$_paths = array(dirname(__FILE__) . DS . 'helper');
     }
     return self::$_paths;
 }