Example #1
0
 public function __construct()
 {
     $this->core = Zend_Registry::get('Core');
     self::$DIRECTORY_OWNER = $this->core->sysConfig->server->executing->user;
     self::$DIRECTORY_GROUP = $this->core->sysConfig->server->executing->group;
 }