diff --git a/VFS-System.md b/VFS-System.md index 7b9a707..a68972f 100644 --- a/VFS-System.md +++ b/VFS-System.md @@ -1,3 +1,5 @@ +> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **VFS System** + ### VFS Classes Virtual File System. The new VFS Classes are realized via Stream Wrappers. @@ -44,11 +46,17 @@ The native StreamWrapper uses the WebServer User to determine readability and wr The derived classes do use virtual users/group rights derived from known eGroupware users/groups. ### Consequences/Benefits -|| oldvfs || stream wrapper interface || -|| all in memory || done all in chunks || -|| || filter/encoding possible while reading/writing || -|| || SqlFS uses the php pdo interface to access blobs of all possible databases via stream reading/writing (you need to install the pdo extension for php)|| - +
oldvfs | stream wrapper interface | +
all in memory | done all in chunks | +
filter/encoding possible while reading/writing | +|
SqlFS uses the php pdo interface to access blobs of all possible databases via stream reading/writing (you need to install the pdo extension for php) | +